#FCCEE5

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

Shades of Classic Rose #FCCEE5

Tints of Classic Rose #FCCEE5

Color information

#FCCEE5 (or 0xFCCEE5) is unknown color: approx Classic Rose. HEX triplet: FC, CE and E5. RGB value is (252,206,229). Sum of RGB (Red+Green+Blue) = 252+206+229=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEE5 is #03311A. Grayscale: #DEDEDE. Windows color (decimal): -209179 or 15060732. OLE color: 15060732.

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

Color convert

RGB252206229-
CMYK00.180.090.01
HSL330º88.46%89.8%-
HSV(B)330º18.25%98.82%-
XYZ76.3670.583.71-
YUV222.38131.74149.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 206 (80.86% from 255) = 29.99%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=36.68%
G=29.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220622900.180.090.0133088.4689.8
HexFCCEE50129114a585a
Octal374316345022111512130132
Binary1111110011001110111001010100101001110100101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEE5; }

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

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

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

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

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

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

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

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