Html Css Color HEX #F1D7D6 Vanilla Ice

📋 copy color: '#F1D7D6'

red 241 ◦ green 215 ◦ blue 214

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

Shades of Vanilla Ice #F1D7D6

Tints of Vanilla Ice #F1D7D6

RGB

 RED value IS 241 (94.53% from 255) = 35.97%

 GREEN value IS 215 (84.38% from 255) = 32.09%

 BLUE value IS 214 (83.98% from 255) = 31.94%

R = 35.97%
G = 32.09%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1D7D6 (or 0xF1D7D6) is known color: Vanilla Ice. HEX triplet: F1, D7 and D6. RGB value is (241,215,214). Sum of RGB (Red+Green+Blue) = 241+215+214=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7D6 is #0E2829. Grayscale: #DEDEDE. Windows color (decimal): -927786 or 14079985. OLE color: 14079985.

HSL color Cylindrical-coordinate representation of color #F1D7D6: hue angle of 2.22º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D7D6 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 214 -
CMYK 0 0.11 0.11 0.05
HSL 2.22º 0.49% 0.89% -
HSV(B) 2.22º 0.11% 0.95% -
XYZ 72.71 72.16 73.71 -
YUV 222.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 241 215 214 0 0.11 0.11 0.05 2.22 0.49 0.89
Hex F1 D7 D6 0 B B 5 2 31 59
Octal 361 327 326 0 13 13 5 2 61 131
Binary 11110001 11010111 11010110 0 1011 1011 101 10 110001 1011001

Color Harmonies of #F1D7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7D6

Black with #F1D7D6

Text Example


Text Example

White with #F1D7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7D6; }

 p { color: rgb(241,215,214); }

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

background-color css

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

 a { background-color: rgb(241,215,214); }

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

border-color css

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

 span { border-color: rgb(241,215,214); }

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