#FDC4DA

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

Shades of Classic Rose #FDC4DA

Tints of Classic Rose #FDC4DA

Color information

#FDC4DA (or 0xFDC4DA) is unknown color: approx Classic Rose. HEX triplet: FD, C4 and DA. RGB value is (253,196,218). Sum of RGB (Red+Green+Blue) = 253+196+218=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4DA is #023B25. Grayscale: #D7D7D7. Windows color (decimal): -146214 or 14337277. OLE color: 14337277.

HSL color Cylindrical-coordinate representation of color #FDC4DA: hue angle of 336.84º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4DA is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253196218-
CMYK00.230.140.01
HSL336.84º93.44%88.04%-
HSV(B)336.84º22.53%99.22%-
XYZ72.965.4275.12-
YUV215.55129.38154.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 196 (76.95% from 255) = 29.39%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=37.93%
G=29.39%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319621800.230.140.01336.8493.4488.04
HexFDC4DA017E11515d58
Octal375304332027161521135130
Binary1111110111000100110110100101111110110101000110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4DA; }

 p { color: rgb(253,196,218); }

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

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

 a { background-color: rgb(253,196,218); }

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

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

 span { border-color: rgb(253,196,218); }

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