#FDCCF0

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

Shades of Classic Rose #FDCCF0

Tints of Classic Rose #FDCCF0

Color information

#FDCCF0 (or 0xFDCCF0) is unknown color: approx Classic Rose. HEX triplet: FD, CC and F0. RGB value is (253,204,240). Sum of RGB (Red+Green+Blue) = 253+204+240=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCF0 is #02330F. Grayscale: #DEDEDE. Windows color (decimal): -144144 or 15781117. OLE color: 15781117.

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

Color convert

RGB253204240-
CMYK00.190.050.01
HSL315.92º92.45%89.61%-
HSV(B)315.92º19.37%99.22%-
XYZ77.8370.3691.92-
YUV222.76137.73149.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 204 (80.08% from 255) = 29.27%
BLUE value IS 240 (94.14% from 255) = 34.43%
R=36.30%
G=29.27%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320424000.190.050.01315.9292.4589.61
HexFDCCF00135113c5c5a
Octal37531436002351474134132
Binary111111011100110011110000010011101110011110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCF0; }

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

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

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

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

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

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

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

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