Html Css Color HEX #F0C6DB Classic Rose

📋 copy color: '#F0C6DB'

red 240 ◦ green 198 ◦ blue 219

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

Shades of Classic Rose #F0C6DB

Tints of Classic Rose #F0C6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.33%

R = 36.53%
G = 30.14%
B = 33.33%

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

#F0C6DB (or 0xF0C6DB) is known color: Classic Rose. HEX triplet: F0, C6 and DB. RGB value is (240,198,219). Sum of RGB (Red+Green+Blue) = 240+198+219=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6DB is #0F3924. Grayscale: #D4D4D4. Windows color (decimal): -997669 or 14403312. OLE color: 14403312.

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

Color convert

RGB 240 198 219 -
CMYK 0 0.18 0.09 0.06
HSL 330º 0.58% 0.86% -
HSV(B) 330º 0.18% 0.94% -
XYZ 68.92 64.03 75.74 -
YUV 212.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 240 198 219 0 0.18 0.09 0.06 330 0.58 0.86
Hex F0 C6 DB 0 12 9 6 14A 3A 56
Octal 360 306 333 0 22 11 6 512 72 126
Binary 11110000 11000110 11011011 0 10010 1001 110 101001010 111010 1010110

Color Harmonies of #F0C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C6DB

Black with #F0C6DB

Text Example


Text Example

White with #F0C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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