#FCC8DB

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

Shades of Classic Rose #FCC8DB

Tints of Classic Rose #FCC8DB

Color information

#FCC8DB (or 0xFCC8DB) is unknown color: approx Classic Rose. HEX triplet: FC, C8 and DB. RGB value is (252,200,219). Sum of RGB (Red+Green+Blue) = 252+200+219=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8DB is #033724. Grayscale: #D9D9D9. Windows color (decimal): -210725 or 14403836. OLE color: 14403836.

HSL color Cylindrical-coordinate representation of color #FCC8DB: hue angle of 338.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8DB is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252200219-
CMYK00.210.130.01
HSL338.08º89.66%88.63%-
HSV(B)338.08º20.63%98.82%-
XYZ73.5967.1276.09-
YUV217.71128.73152.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 200 (78.52% from 255) = 29.81%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=37.56%
G=29.81%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220021900.210.130.01338.0889.6688.63
HexFCC8DB015D11525a59
Octal374310333025151522132131
Binary1111110011001000110110110101011101110101001010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8DB; }

 p { color: rgb(252,200,219); }

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

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

 a { background-color: rgb(252,200,219); }

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

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

 span { border-color: rgb(252,200,219); }

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