Html Css Color HEX #F0CECE Vanilla Ice

📋 copy color: '#F0CECE'

red 240 ◦ green 206 ◦ blue 206

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

Shades of Vanilla Ice #F0CECE

Tints of Vanilla Ice #F0CECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.6%

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

R = 36.81%
G = 31.6%
B = 31.6%

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

#F0CECE (or 0xF0CECE) is known color: Vanilla Ice. HEX triplet: F0, CE and CE. RGB value is (240,206,206). Sum of RGB (Red+Green+Blue) = 240+206+206=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CECE is #0F3131. Grayscale: #D8D8D8. Windows color (decimal): -995634 or 13553392. OLE color: 13553392.

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

Color convert

RGB 240 206 206 -
CMYK 0 0.14 0.14 0.06
HSL 0.53% 0.87% -
HSV(B) 0.14% 0.94% -
XYZ 69.15 67.12 67.7 -
YUV 216.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 240 206 206 0 0.14 0.14 0.06 0 0.53 0.87
Hex F0 CE CE 0 E E 6 0 35 57
Octal 360 316 316 0 16 16 6 0 65 127
Binary 11110000 11001110 11001110 0 1110 1110 110 0 110101 1010111

Color Harmonies of #F0CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CECE

Black with #F0CECE

Text Example


Text Example

White with #F0CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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