#F9C3DC

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

Shades of Classic Rose #F9C3DC

Tints of Classic Rose #F9C3DC

Color information

#F9C3DC (or 0xF9C3DC) is unknown color: approx Classic Rose. HEX triplet: F9, C3 and DC. RGB value is (249,195,220). Sum of RGB (Red+Green+Blue) = 249+195+220=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C3DC is #063C23. Grayscale: #D5D5D5. Windows color (decimal): -408612 or 14468089. OLE color: 14468089.

HSL color Cylindrical-coordinate representation of color #F9C3DC: hue angle of 332.22º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C3DC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249195220-
CMYK00.220.120.02
HSL332.22º81.82%87.06%-
HSV(B)332.22º21.69%97.65%-
XYZ71.564.3476.36-
YUV214131.39152.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.5%
GREEN value IS 195 (76.56% from 255) = 29.37%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=37.5%
G=29.37%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919522000.220.120.02332.2281.8287.06
HexF9C3DC016C214c5257
Octal371303334026142514122127
Binary11111001110000111101110001011011001010100110010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C3DC; }

 p { color: rgb(249,195,220); }

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

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

 a { background-color: rgb(249,195,220); }

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

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

 span { border-color: rgb(249,195,220); }

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