#FEAFA2

Color #FEAFA2 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEAFA2

Tints of Rose Bud #FEAFA2

Color information

#FEAFA2 (or 0xFEAFA2) is unknown color: approx Rose Bud. HEX triplet: FE, AF and A2. RGB value is (254,175,162). Sum of RGB (Red+Green+Blue) = 254+175+162=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFA2 is #01505D. Grayscale: #C5C5C5. Windows color (decimal): -86110 or 10661886. OLE color: 10661886.

HSL color Cylindrical-coordinate representation of color #FEAFA2: hue angle of 8.48º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEAFA2 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB254175162-
CMYK00.310.360.00
HSL8.48º97.87%81.57%-
HSV(B)8.48º36.22%99.61%-
XYZ62.7254.3441.37-
YUV197.14108.17168.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 162 (63.67% from 255) = 27.41%
R=42.98%
G=29.61%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417516200.310.360.008.4897.8781.57
HexFEAFA201F24086252
Octal37625724203744010142122
Binary1111111010101111101000100111111001000100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFA2; }

 p { color: rgb(254,175,162); }

 H1.HeaderClassName
 {
   color: #FEAFA2;
 }
 .AnyTagClassName
 {
   color: #FEAFA2;
 }
</style>
background-color css

<style>
 a { background-color: #FEAFA2; }

 a { background-color: rgb(254,175,162); }

 div.DivClassName
 {
   background-color: #FEAFA2;
 }
 .BgClassName
 {
   background-color: #FEAFA2;
 }
</style>
border-color css

<style>
 span { border-color: #FEAFA2; }

 span { border-color: rgb(254,175,162); }

 td.TdClassName
 {
   border-color: #FEAFA2;
 }
 .TagClassName
 {
   border-color: #FEAFA2;
 }
</style>