Html Css Color HEX #F0CFCE Vanilla Ice

📋 copy color: '#F0CFCE'

red 240 ◦ green 207 ◦ blue 206

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

Shades of Vanilla Ice #F0CFCE

Tints of Vanilla Ice #F0CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.7%

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

R = 36.75%
G = 31.7%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0CFCE (or 0xF0CFCE) is known color: Vanilla Ice. HEX triplet: F0, CF and CE. RGB value is (240,207,206). Sum of RGB (Red+Green+Blue) = 240+207+206=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFCE is #0F3031. Grayscale: #D8D8D8. Windows color (decimal): -995378 or 13553648. OLE color: 13553648.

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

Color convert

RGB 240 207 206 -
CMYK 0 0.14 0.14 0.06
HSL 1.76º 0.53% 0.87% -
HSV(B) 1.76º 0.14% 0.94% -
XYZ 69.39 67.61 67.78 -
YUV 216.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 240 207 206 0 0.14 0.14 0.06 1.76 0.53 0.87
Hex F0 CF CE 0 E E 6 2 35 57
Octal 360 317 316 0 16 16 6 2 65 127
Binary 11110000 11001111 11001110 0 1110 1110 110 10 110101 1010111

Color Harmonies of #F0CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFCE

Black with #F0CFCE

Text Example


Text Example

White with #F0CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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