Html Css Color HEX #F0CFCD Vanilla Ice

📋 copy color: '#F0CFCD'

red 240 ◦ green 207 ◦ blue 205

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

Shades of Vanilla Ice #F0CFCD

Tints of Vanilla Ice #F0CFCD

RGB

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

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

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

R = 36.81%
G = 31.75%
B = 31.44%

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

#F0CFCD (or 0xF0CFCD) is known color: Vanilla Ice. HEX triplet: F0, CF and CD. RGB value is (240,207,205). Sum of RGB (Red+Green+Blue) = 240+207+205=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFCD is #0F3032. Grayscale: #D8D8D8. Windows color (decimal): -995379 or 13488112. OLE color: 13488112.

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

Color convert

RGB 240 207 205 -
CMYK 0 0.14 0.15 0.06
HSL 3.43º 0.54% 0.87% -
HSV(B) 3.43º 0.15% 0.94% -
XYZ 69.27 67.56 67.15 -
YUV 216.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 240 207 205 0 0.14 0.15 0.06 3.43 0.54 0.87
Hex F0 CF CD 0 E F 6 3 36 57
Octal 360 317 315 0 16 17 6 3 66 127
Binary 11110000 11001111 11001101 0 1110 1111 110 11 110110 1010111

Color Harmonies of #F0CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFCD

Black with #F0CFCD

Text Example


Text Example

White with #F0CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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