#FCCFE9

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

Shades of Classic Rose #FCCFE9

Tints of Classic Rose #FCCFE9

Color information

#FCCFE9 (or 0xFCCFE9) is unknown color: approx Classic Rose. HEX triplet: FC, CF and E9. RGB value is (252,207,233). Sum of RGB (Red+Green+Blue) = 252+207+233=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFE9 is #033016. Grayscale: #DFDFDF. Windows color (decimal): -208919 or 15323132. OLE color: 15323132.

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

Color convert

RGB252207233-
CMYK00.180.080.01
HSL325.33º88.24%90%-
HSV(B)325.33º17.86%98.82%-
XYZ77.1771.286.77-
YUV223.42133.41148.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 207 (81.25% from 255) = 29.91%
BLUE value IS 233 (91.41% from 255) = 33.67%
R=36.42%
G=29.91%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220723300.180.080.01325.3388.2490
HexFCCFE901281145585a
Octal374317351022101505130132
Binary1111110011001111111010010100101000110100010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFE9; }

 p { color: rgb(252,207,233); }

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

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

 a { background-color: rgb(252,207,233); }

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

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

 span { border-color: rgb(252,207,233); }

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