#FCCEF0

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

Shades of Classic Rose #FCCEF0

Tints of Classic Rose #FCCEF0

Color information

#FCCEF0 (or 0xFCCEF0) is unknown color: approx Classic Rose. HEX triplet: FC, CE and F0. RGB value is (252,206,240). Sum of RGB (Red+Green+Blue) = 252+206+240=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF0 is #03310F. Grayscale: #DFDFDF. Windows color (decimal): -209168 or 15781628. OLE color: 15781628.

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

Color convert

RGB252206240-
CMYK00.180.050.01
HSL315.65º88.46%89.8%-
HSV(B)315.65º18.25%98.82%-
XYZ77.9471.1392.06-
YUV223.63137.24148.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 206 (80.86% from 255) = 29.51%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=36.10%
G=29.51%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220624000.180.050.01315.6588.4689.8
HexFCCEF00125113c585a
Octal37431636002251474130132
Binary111111001100111011110000010010101110011110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEF0; }

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

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

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

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

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

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

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

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