Html Css Color HEX #F0C8DC Classic Rose

📋 copy color: '#F0C8DC'

red 240 ◦ green 200 ◦ blue 220

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

Shades of Classic Rose #F0C8DC

Tints of Classic Rose #F0C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.3%

 BLUE value IS 220 (86.33% from 255) = 33.33%

R = 36.36%
G = 30.3%
B = 33.33%

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

#F0C8DC (or 0xF0C8DC) is known color: Classic Rose. HEX triplet: F0, C8 and DC. RGB value is (240,200,220). Sum of RGB (Red+Green+Blue) = 240+200+220=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8DC is #0F3723. Grayscale: #D6D6D6. Windows color (decimal): -997156 or 14469360. OLE color: 14469360.

HSL color Cylindrical-coordinate representation of color #F0C8DC: hue angle of 330º degrees, saturation: 0.57, 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 #F0C8DC is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 200 220 -
CMYK 0 0.17 0.08 0.06
HSL 330º 0.57% 0.86% -
HSV(B) 330º 0.17% 0.94% -
XYZ 69.51 65 76.59 -
YUV 214.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 240 200 220 0 0.17 0.08 0.06 330 0.57 0.86
Hex F0 C8 DC 0 11 8 6 14A 39 56
Octal 360 310 334 0 21 10 6 512 71 126
Binary 11110000 11001000 11011100 0 10001 1000 110 101001010 111001 1010110

Color Harmonies of #F0C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8DC

Black with #F0C8DC

Text Example


Text Example

White with #F0C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8DC; }

 p { color: rgb(240,200,220); }

 H1.HeaderClassName
 {
   color: #F0C8DC;
 }
 .AnyTagClassName
 {
   color: #F0C8DC;
 }
</style>

background-color css

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

 a { background-color: rgb(240,200,220); }

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

border-color css

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

 span { border-color: rgb(240,200,220); }

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