#FCCBE3

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

Shades of Classic Rose #FCCBE3

Tints of Classic Rose #FCCBE3

Color information

#FCCBE3 (or 0xFCCBE3) is unknown color: approx Classic Rose. HEX triplet: FC, CB and E3. RGB value is (252,203,227). Sum of RGB (Red+Green+Blue) = 252+203+227=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBE3 is #03341C. Grayscale: #DCDCDC. Windows color (decimal): -209949 or 14928892. OLE color: 14928892.

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

Color convert

RGB252203227-
CMYK00.190.100.01
HSL330.61º89.09%89.22%-
HSV(B)330.61º19.44%98.82%-
XYZ75.3768.9582.01-
YUV220.39131.73150.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 203 (79.69% from 255) = 29.77%
BLUE value IS 227 (89.06% from 255) = 33.28%
R=36.95%
G=29.77%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220322700.190.100.01330.6189.0989.22
HexFCCBE3013A114b5959
Octal374313343023121513131131
Binary1111110011001011111000110100111010110100101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBE3; }

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

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

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

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

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

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

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

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