#FCCBE2

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

Shades of Classic Rose #FCCBE2

Tints of Classic Rose #FCCBE2

Color information

#FCCBE2 (or 0xFCCBE2) is unknown color: approx Classic Rose. HEX triplet: FC, CB and E2. RGB value is (252,203,226). Sum of RGB (Red+Green+Blue) = 252+203+226=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBE2 is #03341D. Grayscale: #DCDCDC. Windows color (decimal): -209950 or 14863356. OLE color: 14863356.

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

Color convert

RGB252203226-
CMYK00.190.100.01
HSL331.84º89.09%89.22%-
HSV(B)331.84º19.44%98.82%-
XYZ75.2368.981.29-
YUV220.27131.23150.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 203 (79.69% from 255) = 29.81%
BLUE value IS 226 (88.67% from 255) = 33.19%
R=37.00%
G=29.81%
B=33.19%

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
Decimal25220322600.190.100.01331.8489.0989.22
HexFCCBE2013A114c5959
Octal374313342023121514131131
Binary1111110011001011111000100100111010110100110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBE2; }

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

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

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

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

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

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

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

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