#F0C7DD

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

Shades of Classic Rose #F0C7DD

Tints of Classic Rose #F0C7DD

Color information

#F0C7DD (or 0xF0C7DD) is unknown color: approx Classic Rose. HEX triplet: F0, C7 and DD. RGB value is (240,199,221). Sum of RGB (Red+Green+Blue) = 240+199+221=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7DD is #0F3822. Grayscale: #D5D5D5. Windows color (decimal): -997411 or 14534640. OLE color: 14534640.

HSL color Cylindrical-coordinate representation of color #F0C7DD: hue angle of 327.8º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C7DD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240199221-
CMYK00.170.080.06
HSL327.8º57.75%86.08%-
HSV(B)327.8º17.08%94.12%-
XYZ69.4164.5977.22-
YUV213.77132.08146.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=36.36%
G=30.15%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019922100.170.080.06327.857.7586.08
HexF0C7DD011861483a56
Octal36030733502110651072126
Binary11110000110001111101110101000110001101010010001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7DD; }

 p { color: rgb(240,199,221); }

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

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

 a { background-color: rgb(240,199,221); }

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

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

 span { border-color: rgb(240,199,221); }

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