#FEAF9F

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

Shades of Rose Bud #FEAF9F

Tints of Rose Bud #FEAF9F

Color information

#FEAF9F (or 0xFEAF9F) is unknown color: approx Rose Bud. HEX triplet: FE, AF and 9F. RGB value is (254,175,159). Sum of RGB (Red+Green+Blue) = 254+175+159=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF9F is #015060. Grayscale: #C4C4C4. Windows color (decimal): -86113 or 10465278. OLE color: 10465278.

HSL color Cylindrical-coordinate representation of color #FEAF9F: hue angle of 10.11º 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 #FEAF9F is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254175159-
CMYK00.310.370.00
HSL10.11º97.94%80.98%-
HSV(B)10.11º37.4%99.61%-
XYZ62.4654.2339.98-
YUV196.8106.67168.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 159 (62.5% from 255) = 27.04%
R=43.20%
G=29.76%
B=27.04%

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
Decimal25417515900.310.370.0010.1197.9480.98
HexFEAF9F01F250a6251
Octal37625723703745012142121
Binary1111111010101111100111110111111001010101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF9F; }

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

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

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

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

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

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

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

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