#FDAE8E

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

Shades of Rose Bud #FDAE8E

Tints of Rose Bud #FDAE8E

Color information

#FDAE8E (or 0xFDAE8E) is unknown color: approx Rose Bud. HEX triplet: FD, AE and 8E. RGB value is (253,174,142). Sum of RGB (Red+Green+Blue) = 253+174+142=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAE8E is #025171. Grayscale: #C2C2C2. Windows color (decimal): -151922 or 9350909. OLE color: 9350909.

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

Color convert

RGB253174142-
CMYK00.310.440.01
HSL17.3º96.52%77.45%-
HSV(B)17.3º43.87%99.22%-
XYZ60.5353.1132.65-
YUV193.9798.67170.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=44.46%
G=30.58%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317414200.310.440.0117.396.5277.45
HexFDAE8E01F2C111614d
Octal37525621603754121141115
Binary11111101101011101000111001111110110011000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAE8E; }

 p { color: rgb(253,174,142); }

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

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

 a { background-color: rgb(253,174,142); }

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

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

 span { border-color: rgb(253,174,142); }

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