Html Css Color HEX #F0C8DD Classic Rose

📋 copy color: '#F0C8DD'

red 240 ◦ green 200 ◦ blue 221

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

Shades of Classic Rose #F0C8DD

Tints of Classic Rose #F0C8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.43%

R = 36.31%
G = 30.26%
B = 33.43%

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

#F0C8DD (or 0xF0C8DD) is known color: Classic Rose. HEX triplet: F0, C8 and DD. RGB value is (240,200,221). Sum of RGB (Red+Green+Blue) = 240+200+221=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8DD is #0F3722. Grayscale: #D6D6D6. Windows color (decimal): -997155 or 14534896. OLE color: 14534896.

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

Color convert

RGB 240 200 221 -
CMYK 0 0.17 0.08 0.06
HSL 328.5º 0.57% 0.86% -
HSV(B) 328.5º 0.17% 0.94% -
XYZ 69.64 65.05 77.29 -
YUV 214.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 240 200 221 0 0.17 0.08 0.06 328.5 0.57 0.86
Hex F0 C8 DD 0 11 8 6 148 39 56
Octal 360 310 335 0 21 10 6 510 71 126
Binary 11110000 11001000 11011101 0 10001 1000 110 101001000 111001 1010110

Color Harmonies of #F0C8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8DD

Black with #F0C8DD

Text Example


Text Example

White with #F0C8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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