Html Css Color HEX #F0D0CF Vanilla Ice

📋 copy color: '#F0D0CF'

red 240 ◦ green 208 ◦ blue 207

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

Shades of Vanilla Ice #F0D0CF

Tints of Vanilla Ice #F0D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.76%

 BLUE value IS 207 (81.25% from 255) = 31.6%

R = 36.64%
G = 31.76%
B = 31.6%

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

#F0D0CF (or 0xF0D0CF) is known color: Vanilla Ice. HEX triplet: F0, D0 and CF. RGB value is (240,208,207). Sum of RGB (Red+Green+Blue) = 240+208+207=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0CF is #0F2F30. Grayscale: #D9D9D9. Windows color (decimal): -995121 or 13619440. OLE color: 13619440.

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

Color convert

RGB 240 208 207 -
CMYK 0 0.13 0.14 0.06
HSL 1.82º 0.52% 0.88% -
HSV(B) 1.82º 0.14% 0.94% -
XYZ 69.75 68.14 68.51 -
YUV 217.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 240 208 207 0 0.13 0.14 0.06 1.82 0.52 0.88
Hex F0 D0 CF 0 D E 6 2 34 58
Octal 360 320 317 0 15 16 6 2 64 130
Binary 11110000 11010000 11001111 0 1101 1110 110 10 110100 1011000

Color Harmonies of #F0D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D0CF

Black with #F0D0CF

Text Example


Text Example

White with #F0D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D0CF; }

 p { color: rgb(240,208,207); }

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

background-color css

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

 a { background-color: rgb(240,208,207); }

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

border-color css

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

 span { border-color: rgb(240,208,207); }

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