Html Css Color HEX #F0C6DA Classic Rose

📋 copy color: '#F0C6DA'

red 240 ◦ green 198 ◦ blue 218

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

Shades of Classic Rose #F0C6DA

Tints of Classic Rose #F0C6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.18%

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

R = 36.59%
G = 30.18%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0C6DA (or 0xF0C6DA) is known color: Classic Rose. HEX triplet: F0, C6 and DA. RGB value is (240,198,218). Sum of RGB (Red+Green+Blue) = 240+198+218=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6DA is #0F3925. Grayscale: #D4D4D4. Windows color (decimal): -997670 or 14337776. OLE color: 14337776.

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

Color convert

RGB 240 198 218 -
CMYK 0 0.18 0.09 0.06
HSL 331.43º 0.58% 0.86% -
HSV(B) 331.43º 0.18% 0.94% -
XYZ 68.78 63.98 75.05 -
YUV 212.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 240 198 218 0 0.18 0.09 0.06 331.43 0.58 0.86
Hex F0 C6 DA 0 12 9 6 14B 3A 56
Octal 360 306 332 0 22 11 6 513 72 126
Binary 11110000 11000110 11011010 0 10010 1001 110 101001011 111010 1010110

Color Harmonies of #F0C6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C6DA

Black with #F0C6DA

Text Example


Text Example

White with #F0C6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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