Html Css Color HEX #F0D1D1 Vanilla Ice

📋 copy color: '#F0D1D1'

red 240 ◦ green 209 ◦ blue 209

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

Shades of Vanilla Ice #F0D1D1

Tints of Vanilla Ice #F0D1D1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.76%

 BLUE value IS 209 (82.03% from 255) = 31.76%

R = 36.47%
G = 31.76%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F0D1D1 (or 0xF0D1D1) is known color: Vanilla Ice. HEX triplet: F0, D1 and D1. RGB value is (240,209,209). Sum of RGB (Red+Green+Blue) = 240+209+209=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1D1 is #0F2E2E. Grayscale: #DADADA. Windows color (decimal): -994863 or 13750768. OLE color: 13750768.

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

Color convert

RGB 240 209 209 -
CMYK 0 0.13 0.13 0.06
HSL 0.51% 0.88% -
HSV(B) 0.13% 0.94% -
XYZ 70.24 68.73 69.89 -
YUV 218.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 240 209 209 0 0.13 0.13 0.06 0 0.51 0.88
Hex F0 D1 D1 0 D D 6 0 33 58
Octal 360 321 321 0 15 15 6 0 63 130
Binary 11110000 11010001 11010001 0 1101 1101 110 0 110011 1011000

Color Harmonies of #F0D1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1D1

Black with #F0D1D1

Text Example


Text Example

White with #F0D1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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