#FCC9DB

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

Shades of Classic Rose #FCC9DB

Tints of Classic Rose #FCC9DB

Color information

#FCC9DB (or 0xFCC9DB) is unknown color: approx Classic Rose. HEX triplet: FC, C9 and DB. RGB value is (252,201,219). Sum of RGB (Red+Green+Blue) = 252+201+219=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9DB is #033624. Grayscale: #DADADA. Windows color (decimal): -210469 or 14404092. OLE color: 14404092.

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

Color convert

RGB252201219-
CMYK00.200.130.01
HSL338.82º89.47%88.82%-
HSV(B)338.82º20.24%98.82%-
XYZ73.8267.5876.17-
YUV218.3128.4152.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 201 (78.91% from 255) = 29.91%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=37.5%
G=29.91%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220121900.200.130.01338.8289.4788.82
HexFCC9DB014D11535959
Octal374311333024151523131131
Binary1111110011001001110110110101001101110101001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9DB; }

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

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

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

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

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

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

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

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