#FDCCEA

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

Shades of Classic Rose #FDCCEA

Tints of Classic Rose #FDCCEA

Color information

#FDCCEA (or 0xFDCCEA) is unknown color: approx Classic Rose. HEX triplet: FD, CC and EA. RGB value is (253,204,234). Sum of RGB (Red+Green+Blue) = 253+204+234=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCEA is #023315. Grayscale: #DEDEDE. Windows color (decimal): -144150 or 15387901. OLE color: 15387901.

HSL color Cylindrical-coordinate representation of color #FDCCEA: hue angle of 323.27º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCEA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253204234-
CMYK00.190.080.01
HSL323.27º92.45%89.61%-
HSV(B)323.27º19.37%99.22%-
XYZ76.9570.0187.3-
YUV222.07134.73150.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 204 (80.08% from 255) = 29.52%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=36.61%
G=29.52%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320423400.190.080.01323.2792.4589.61
HexFDCCEA013811435c5a
Octal375314352023101503134132
Binary1111110111001100111010100100111000110100001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCEA; }

 p { color: rgb(253,204,234); }

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

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

 a { background-color: rgb(253,204,234); }

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

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

 span { border-color: rgb(253,204,234); }

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