#FCCEE7

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

Shades of Classic Rose #FCCEE7

Tints of Classic Rose #FCCEE7

Color information

#FCCEE7 (or 0xFCCEE7) is unknown color: approx Classic Rose. HEX triplet: FC, CE and E7. RGB value is (252,206,231). Sum of RGB (Red+Green+Blue) = 252+206+231=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEE7 is #033118. Grayscale: #DEDEDE. Windows color (decimal): -209177 or 15191804. OLE color: 15191804.

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

Color convert

RGB252206231-
CMYK00.180.080.01
HSL327.39º88.46%89.8%-
HSV(B)327.39º18.25%98.82%-
XYZ76.6470.6185.19-
YUV222.6132.74148.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 206 (80.86% from 255) = 29.90%
BLUE value IS 231 (90.62% from 255) = 33.53%
R=36.57%
G=29.90%
B=33.53%

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
Decimal25220623100.180.080.01327.3988.4689.8
HexFCCEE701281147585a
Octal374316347022101507130132
Binary1111110011001110111001110100101000110100011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEE7; }

 p { color: rgb(252,206,231); }

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

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

 a { background-color: rgb(252,206,231); }

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

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

 span { border-color: rgb(252,206,231); }

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