#F9C0DE

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

Shades of Classic Rose #F9C0DE

Tints of Classic Rose #F9C0DE

Color information

#F9C0DE (or 0xF9C0DE) is unknown color: approx Classic Rose. HEX triplet: F9, C0 and DE. RGB value is (249,192,222). Sum of RGB (Red+Green+Blue) = 249+192+222=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0DE is #063F21. Grayscale: #D4D4D4. Windows color (decimal): -409378 or 14598393. OLE color: 14598393.

HSL color Cylindrical-coordinate representation of color #F9C0DE: hue angle of 328.42º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0DE is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249192222-
CMYK00.230.110.02
HSL328.42º82.61%86.47%-
HSV(B)328.42º22.89%97.65%-
XYZ71.163.1177.54-
YUV212.46133.38154.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.56%
GREEN value IS 192 (75.39% from 255) = 28.96%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=37.56%
G=28.96%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919222200.230.110.02328.4282.6186.47
HexF9C0DE017B21485356
Octal371300336027132510123126
Binary11111001110000001101111001011110111010100100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C0DE; }

 p { color: rgb(249,192,222); }

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

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

 a { background-color: rgb(249,192,222); }

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

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

 span { border-color: rgb(249,192,222); }

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