#FDAF9E

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

Shades of Rose Bud #FDAF9E

Tints of Rose Bud #FDAF9E

Color information

#FDAF9E (or 0xFDAF9E) is unknown color: approx Rose Bud. HEX triplet: FD, AF and 9E. RGB value is (253,175,158). Sum of RGB (Red+Green+Blue) = 253+175+158=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAF9E is #025061. Grayscale: #C4C4C4. Windows color (decimal): -151650 or 10399741. OLE color: 10399741.

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

Color convert

RGB253175158-
CMYK00.310.380.01
HSL10.74º95.96%80.59%-
HSV(B)10.74º37.55%99.22%-
XYZ62.0154.0139.5-
YUV196.38106.34168.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=43.17%
G=29.86%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317515800.310.380.0110.7495.9680.59
HexFDAF9E01F261b6051
Octal37525723603746113140121
Binary1111110110101111100111100111111001101101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF9E; }

 p { color: rgb(253,175,158); }

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

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

 a { background-color: rgb(253,175,158); }

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

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

 span { border-color: rgb(253,175,158); }

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