#FCCBEF

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

Shades of Classic Rose #FCCBEF

Tints of Classic Rose #FCCBEF

Color information

#FCCBEF (or 0xFCCBEF) is unknown color: approx Classic Rose. HEX triplet: FC, CB and EF. RGB value is (252,203,239). Sum of RGB (Red+Green+Blue) = 252+203+239=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBEF is #033410. Grayscale: #DDDDDD. Windows color (decimal): -209937 or 15715324. OLE color: 15715324.

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

Color convert

RGB252203239-
CMYK00.190.050.01
HSL315.92º89.09%89.22%-
HSV(B)315.92º19.44%98.82%-
XYZ77.0869.6491.04-
YUV221.76137.73149.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 203 (79.69% from 255) = 29.25%
BLUE value IS 239 (93.75% from 255) = 34.44%
R=36.31%
G=29.25%
B=34.44%

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
Decimal25220323900.190.050.01315.9289.0989.22
HexFCCBEF0135113c5959
Octal37431335702351474131131
Binary111111001100101111101111010011101110011110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBEF; }

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

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

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

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

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

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

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

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