Html Css Color HEX #F0CECD Vanilla Ice

📋 copy color: '#F0CECD'

red 240 ◦ green 206 ◦ blue 205

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

Shades of Vanilla Ice #F0CECD

Tints of Vanilla Ice #F0CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.49%

R = 36.87%
G = 31.64%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0CECD (or 0xF0CECD) is known color: Vanilla Ice. HEX triplet: F0, CE and CD. RGB value is (240,206,205). Sum of RGB (Red+Green+Blue) = 240+206+205=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CECD is #0F3132. Grayscale: #D8D8D8. Windows color (decimal): -995635 or 13487856. OLE color: 13487856.

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

Color convert

RGB 240 206 205 -
CMYK 0 0.14 0.15 0.06
HSL 1.71º 0.54% 0.87% -
HSV(B) 1.71º 0.15% 0.94% -
XYZ 69.03 67.08 67.07 -
YUV 216.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 240 206 205 0 0.14 0.15 0.06 1.71 0.54 0.87
Hex F0 CE CD 0 E F 6 2 36 57
Octal 360 316 315 0 16 17 6 2 66 127
Binary 11110000 11001110 11001101 0 1110 1111 110 10 110110 1010111

Color Harmonies of #F0CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CECD

Black with #F0CECD

Text Example


Text Example

White with #F0CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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