#FCCEEF

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

Shades of Classic Rose #FCCEEF

Tints of Classic Rose #FCCEEF

Color information

#FCCEEF (or 0xFCCEEF) is unknown color: approx Classic Rose. HEX triplet: FC, CE and EF. RGB value is (252,206,239). Sum of RGB (Red+Green+Blue) = 252+206+239=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEEF is #033110. Grayscale: #DFDFDF. Windows color (decimal): -209169 or 15716092. OLE color: 15716092.

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

Color convert

RGB252206239-
CMYK00.180.050.01
HSL316.96º88.46%89.8%-
HSV(B)316.96º18.25%98.82%-
XYZ77.871.0791.28-
YUV223.52136.74148.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 206 (80.86% from 255) = 29.56%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=36.15%
G=29.56%
B=34.29%

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
Decimal25220623900.180.050.01316.9688.4689.8
HexFCCEEF0125113d585a
Octal37431635702251475130132
Binary111111001100111011101111010010101110011110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEEF; }

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

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

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

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

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

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

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

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