#FCCBEB

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

Shades of Classic Rose #FCCBEB

Tints of Classic Rose #FCCBEB

Color information

#FCCBEB (or 0xFCCBEB) is unknown color: approx Classic Rose. HEX triplet: FC, CB and EB. RGB value is (252,203,235). Sum of RGB (Red+Green+Blue) = 252+203+235=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBEB is #033414. Grayscale: #DDDDDD. Windows color (decimal): -209941 or 15453180. OLE color: 15453180.

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

Color convert

RGB252203235-
CMYK00.190.070.01
HSL320.82º89.09%89.22%-
HSV(B)320.82º19.44%98.82%-
XYZ76.569.4187.96-
YUV221.3135.73149.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 203 (79.69% from 255) = 29.42%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=36.52%
G=29.42%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220323500.190.070.01320.8289.0989.22
HexFCCBEB013711415959
Octal37431335302371501131131
Binary111111001100101111101011010011111110100000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBEB; }

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

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

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

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

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

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

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

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