Html Css Color HEX #F0C8DA Classic Rose

📋 copy color: '#F0C8DA'

red 240 ◦ green 200 ◦ blue 218

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

Shades of Classic Rose #F0C8DA

Tints of Classic Rose #F0C8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.13%

R = 36.47%
G = 30.4%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0C8DA (or 0xF0C8DA) is known color: Classic Rose. HEX triplet: F0, C8 and DA. RGB value is (240,200,218). Sum of RGB (Red+Green+Blue) = 240+200+218=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8DA is #0F3725. Grayscale: #D5D5D5. Windows color (decimal): -997158 or 14338288. OLE color: 14338288.

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

Color convert

RGB 240 200 218 -
CMYK 0 0.17 0.09 0.06
HSL 333º 0.57% 0.86% -
HSV(B) 333º 0.17% 0.94% -
XYZ 69.24 64.9 75.21 -
YUV 214.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 240 200 218 0 0.17 0.09 0.06 333 0.57 0.86
Hex F0 C8 DA 0 11 9 6 14D 39 56
Octal 360 310 332 0 21 11 6 515 71 126
Binary 11110000 11001000 11011010 0 10001 1001 110 101001101 111001 1010110

Color Harmonies of #F0C8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8DA

Black with #F0C8DA

Text Example


Text Example

White with #F0C8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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