#F9C3EC

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

Shades of Classic Rose #F9C3EC

Tints of Classic Rose #F9C3EC

Color information

#F9C3EC (or 0xF9C3EC) is unknown color: approx Classic Rose. HEX triplet: F9, C3 and EC. RGB value is (249,195,236). Sum of RGB (Red+Green+Blue) = 249+195+236=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 195 (76.56% from 255 or 28.68% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C3EC is #063C13. Grayscale: #D7D7D7. Windows color (decimal): -408596 or 15516665. OLE color: 15516665.

HSL color Cylindrical-coordinate representation of color #F9C3EC: hue angle of 314.44º 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 #F9C3EC is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB249195236-
CMYK00.220.050.02
HSL314.44º81.82%87.06%-
HSV(B)314.44º21.69%97.65%-
XYZ73.7265.2388.06-
YUV215.82139.39151.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.62%
GREEN value IS 195 (76.56% from 255) = 28.68%
BLUE value IS 236 (92.58% from 255) = 34.71%
R=36.62%
G=28.68%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919523600.220.050.02314.4481.8287.06
HexF9C3EC0165213a5257
Octal37130335402652472122127
Binary1111100111000011111011000101101011010011101010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C3EC; }

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

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

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

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

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

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

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

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