#FDA88E

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

Shades of Rose Bud #FDA88E

Tints of Rose Bud #FDA88E

Color information

#FDA88E (or 0xFDA88E) is unknown color: approx Rose Bud. HEX triplet: FD, A8 and 8E. RGB value is (253,168,142). Sum of RGB (Red+Green+Blue) = 253+168+142=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA88E is #025771. Grayscale: #BEBEBE. Windows color (decimal): -153458 or 9349373. OLE color: 9349373.

HSL color Cylindrical-coordinate representation of color #FDA88E: hue angle of 14.05º 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 #FDA88E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253168142-
CMYK00.340.440.01
HSL14.05º96.52%77.45%-
HSV(B)14.05º43.87%99.22%-
XYZ59.3950.8432.27-
YUV190.45100.66172.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 142 (55.86% from 255) = 25.22%
R=44.94%
G=29.84%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316814200.340.440.0114.0596.5277.45
HexFDA88E0222C1e614d
Octal37525021604254116141115
Binary11111101101010001000111001000101011001111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA88E; }

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

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

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

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

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

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

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

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