#FDA78E

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

Shades of Rose Bud #FDA78E

Tints of Rose Bud #FDA78E

Color information

#FDA78E (or 0xFDA78E) is unknown color: approx Rose Bud. HEX triplet: FD, A7 and 8E. RGB value is (253,167,142). Sum of RGB (Red+Green+Blue) = 253+167+142=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA78E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA78E is #025871. Grayscale: #BEBEBE. Windows color (decimal): -153714 or 9349117. OLE color: 9349117.

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

Color convert

RGB253167142-
CMYK00.340.440.01
HSL13.51º96.52%77.45%-
HSV(B)13.51º43.87%99.22%-
XYZ59.2150.4732.21-
YUV189.86100.99173.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 167 (65.62% from 255) = 29.72%
BLUE value IS 142 (55.86% from 255) = 25.27%
R=45.02%
G=29.72%
B=25.27%

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
Decimal25316714200.340.440.0113.5196.5277.45
HexFDA78E0222C1e614d
Octal37524721604254116141115
Binary11111101101001111000111001000101011001111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA78E; }

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

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

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

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

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

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

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

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