#F9C0DA

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

Shades of Classic Rose #F9C0DA

Tints of Classic Rose #F9C0DA

Color information

#F9C0DA (or 0xF9C0DA) is unknown color: approx Classic Rose. HEX triplet: F9, C0 and DA. RGB value is (249,192,218). Sum of RGB (Red+Green+Blue) = 249+192+218=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0DA is #063F25. Grayscale: #D3D3D3. Windows color (decimal): -409382 or 14336249. OLE color: 14336249.

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

Color convert

RGB249192218-
CMYK00.230.120.02
HSL332.63º82.61%86.47%-
HSV(B)332.63º22.89%97.65%-
XYZ70.5762.974.75-
YUV212.01131.38154.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.78%
GREEN value IS 192 (75.39% from 255) = 29.14%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=37.78%
G=29.14%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919221800.230.120.02332.6382.6186.47
HexF9C0DA017C214d5356
Octal371300332027142515123126
Binary11111001110000001101101001011111001010100110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C0DA; }

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

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

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

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

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

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

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

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