#FCCBE1

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

Shades of Classic Rose #FCCBE1

Tints of Classic Rose #FCCBE1

Color information

#FCCBE1 (or 0xFCCBE1) is unknown color: approx Classic Rose. HEX triplet: FC, CB and E1. RGB value is (252,203,225). Sum of RGB (Red+Green+Blue) = 252+203+225=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBE1 is #03341E. Grayscale: #DCDCDC. Windows color (decimal): -209951 or 14797820. OLE color: 14797820.

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

Color convert

RGB252203225-
CMYK00.190.110.01
HSL333.06º89.09%89.22%-
HSV(B)333.06º19.44%98.82%-
XYZ75.0968.8480.56-
YUV220.16130.73150.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 203 (79.69% from 255) = 29.85%
BLUE value IS 225 (88.28% from 255) = 33.09%
R=37.06%
G=29.85%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220322500.190.110.01333.0689.0989.22
HexFCCBE1013B114d5959
Octal374313341023131515131131
Binary1111110011001011111000010100111011110100110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBE1; }

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

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

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

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

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

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

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

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