Html Css Color HEX #F0D1CE Vanilla Ice

📋 copy color: '#F0D1CE'

red 240 ◦ green 209 ◦ blue 206

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

Shades of Vanilla Ice #F0D1CE

Tints of Vanilla Ice #F0D1CE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.91%

 BLUE value IS 206 (80.86% from 255) = 31.45%

R = 36.64%
G = 31.91%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0D1CE (or 0xF0D1CE) is known color: Vanilla Ice. HEX triplet: F0, D1 and CE. RGB value is (240,209,206). Sum of RGB (Red+Green+Blue) = 240+209+206=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1CE is #0F2E31. Grayscale: #D9D9D9. Windows color (decimal): -994866 or 13554160. OLE color: 13554160.

HSL color Cylindrical-coordinate representation of color #F0D1CE: hue angle of 5.29º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D1CE is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 209 206 -
CMYK 0 0.13 0.14 0.06
HSL 5.29º 0.53% 0.87% -
HSV(B) 5.29º 0.14% 0.94% -
XYZ 69.88 68.58 67.95 -
YUV 217.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 240 209 206 0 0.13 0.14 0.06 5.29 0.53 0.87
Hex F0 D1 CE 0 D E 6 5 35 57
Octal 360 321 316 0 15 16 6 5 65 127
Binary 11110000 11010001 11001110 0 1101 1110 110 101 110101 1010111

Color Harmonies of #F0D1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1CE

Black with #F0D1CE

Text Example


Text Example

White with #F0D1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1CE; }

 p { color: rgb(240,209,206); }

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

background-color css

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

 a { background-color: rgb(240,209,206); }

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

border-color css

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

 span { border-color: rgb(240,209,206); }

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