Html Css Color HEX #F0C7DD Classic Rose

📋 copy color: '#F0C7DD'

red 240 ◦ green 199 ◦ blue 221

#F0C7DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F0C7DD

Tints of Classic Rose #F0C7DD

RGB

 RED value IS 240 (94.14% from 255) = 36.36%

 GREEN value IS 199 (78.13% 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 value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0C7DD (or 0xF0C7DD) is known color: 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

RGB 240 199 221 -
CMYK 0 0.17 0.08 0.06
HSL 327.8º 0.58% 0.86% -
HSV(B) 327.8º 0.17% 0.94% -
XYZ 69.41 64.59 77.22 -
YUV 213.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 240 199 221 0 0.17 0.08 0.06 327.8 0.58 0.86
Hex F0 C7 DD 0 11 8 6 148 3A 56
Octal 360 307 335 0 21 10 6 510 72 126
Binary 11110000 11000111 11011101 0 10001 1000 110 101001000 111010 1010110

Color Harmonies of #F0C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7DD

Black with #F0C7DD

Text Example


Text Example

White with #F0C7DD

Text Example


Text Example

HTML Codes & Css Web 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>