#FCCCEF

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

Shades of Classic Rose #FCCCEF

Tints of Classic Rose #FCCCEF

Color information

#FCCCEF (or 0xFCCCEF) is unknown color: approx Classic Rose. HEX triplet: FC, CC and EF. RGB value is (252,204,239). Sum of RGB (Red+Green+Blue) = 252+204+239=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCEF is #033310. Grayscale: #DEDEDE. Windows color (decimal): -209681 or 15715580. OLE color: 15715580.

HSL color Cylindrical-coordinate representation of color #FCCCEF: hue angle of 316.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCEF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB252204239-
CMYK00.190.050.01
HSL316.25º88.89%89.41%-
HSV(B)316.25º19.05%98.82%-
XYZ77.3270.1191.12-
YUV222.34137.4149.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 204 (80.08% from 255) = 29.35%
BLUE value IS 239 (93.75% from 255) = 34.39%
R=36.26%
G=29.35%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220423900.190.050.01316.2588.8989.41
HexFCCCEF0135113c5959
Octal37431435702351474131131
Binary111111001100110011101111010011101110011110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCEF; }

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

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

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

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

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

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

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

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