#FEAF9D

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

Shades of Rose Bud #FEAF9D

Tints of Rose Bud #FEAF9D

Color information

#FEAF9D (or 0xFEAF9D) is unknown color: approx Rose Bud. HEX triplet: FE, AF and 9D. RGB value is (254,175,157). Sum of RGB (Red+Green+Blue) = 254+175+157=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF9D is #015062. Grayscale: #C4C4C4. Windows color (decimal): -86115 or 10334206. OLE color: 10334206.

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

Color convert

RGB254175157-
CMYK00.310.380.00
HSL11.13º97.98%80.59%-
HSV(B)11.13º38.19%99.61%-
XYZ62.2954.1739.07-
YUV196.57105.67168.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 157 (61.72% from 255) = 26.79%
R=43.34%
G=29.86%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417515700.310.380.0011.1397.9880.59
HexFEAF9D01F260b6251
Octal37625723503746013142121
Binary1111111010101111100111010111111001100101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF9D; }

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

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

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

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

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

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

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

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