#FEAFA0

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

Shades of Rose Bud #FEAFA0

Tints of Rose Bud #FEAFA0

Color information

#FEAFA0 (or 0xFEAFA0) is unknown color: approx Rose Bud. HEX triplet: FE, AF and A0. RGB value is (254,175,160). Sum of RGB (Red+Green+Blue) = 254+175+160=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFA0 is #01505F. Grayscale: #C5C5C5. Windows color (decimal): -86112 or 10530814. OLE color: 10530814.

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

Color convert

RGB254175160-
CMYK00.310.370.00
HSL9.57º97.92%81.18%-
HSV(B)9.57º37.01%99.61%-
XYZ62.5554.2740.44-
YUV196.91107.17168.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 160 (62.89% from 255) = 27.16%
R=43.12%
G=29.71%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417516000.310.370.009.5797.9281.18
HexFEAFA001F250a6251
Octal37625724003745012142121
Binary1111111010101111101000000111111001010101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFA0; }

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

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

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

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

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

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

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

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