Html Css Color HEX #F0C6DE Classic Rose

📋 copy color: '#F0C6DE'

red 240 ◦ green 198 ◦ blue 222

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

Shades of Classic Rose #F0C6DE

Tints of Classic Rose #F0C6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.64%

R = 36.36%
G = 30%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0C6DE (or 0xF0C6DE) is known color: Classic Rose. HEX triplet: F0, C6 and DE. RGB value is (240,198,222). Sum of RGB (Red+Green+Blue) = 240+198+222=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6DE is #0F3921. Grayscale: #D5D5D5. Windows color (decimal): -997666 or 14599920. OLE color: 14599920.

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

Color convert

RGB 240 198 222 -
CMYK 0 0.18 0.08 0.06
HSL 325.71º 0.58% 0.86% -
HSV(B) 325.71º 0.18% 0.94% -
XYZ 69.31 64.19 77.84 -
YUV 213.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 240 198 222 0 0.18 0.08 0.06 325.71 0.58 0.86
Hex F0 C6 DE 0 12 8 6 146 3A 56
Octal 360 306 336 0 22 10 6 506 72 126
Binary 11110000 11000110 11011110 0 10010 1000 110 101000110 111010 1010110

Color Harmonies of #F0C6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C6DE

Black with #F0C6DE

Text Example


Text Example

White with #F0C6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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