#FCCBE7

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

Shades of Classic Rose #FCCBE7

Tints of Classic Rose #FCCBE7

Color information

#FCCBE7 (or 0xFCCBE7) is unknown color: approx Classic Rose. HEX triplet: FC, CB and E7. RGB value is (252,203,231). Sum of RGB (Red+Green+Blue) = 252+203+231=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBE7 is #033418. Grayscale: #DCDCDC. Windows color (decimal): -209945 or 15191036. OLE color: 15191036.

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

Color convert

RGB252203231-
CMYK00.190.080.01
HSL325.71º89.09%89.22%-
HSV(B)325.71º19.44%98.82%-
XYZ75.9269.1884.95-
YUV220.84133.73150.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=36.73%
G=29.59%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220323100.190.080.01325.7189.0989.22
HexFCCBE7013811465959
Octal374313347023101506131131
Binary1111110011001011111001110100111000110100011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBE7; }

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

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

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

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

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

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

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

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