Html Css Color HEX #F1D8D7 Vanilla Ice

📋 copy color: '#F1D8D7'

red 241 ◦ green 216 ◦ blue 215

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

Shades of Vanilla Ice #F1D8D7

Tints of Vanilla Ice #F1D8D7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.14%

 BLUE value IS 215 (84.38% from 255) = 31.99%

R = 35.86%
G = 32.14%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1D8D7 (or 0xF1D8D7) is known color: Vanilla Ice. HEX triplet: F1, D8 and D7. RGB value is (241,216,215). Sum of RGB (Red+Green+Blue) = 241+216+215=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8D7 is #0E2728. Grayscale: #DFDFDF. Windows color (decimal): -927529 or 14145777. OLE color: 14145777.

HSL color Cylindrical-coordinate representation of color #F1D8D7: hue angle of 2.31º degrees, saturation: 0.48, 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 #F1D8D7 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 215 -
CMYK 0 0.10 0.11 0.05
HSL 2.31º 0.48% 0.89% -
HSV(B) 2.31º 0.11% 0.95% -
XYZ 73.1 72.72 74.47 -
YUV 223.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 241 216 215 0 0.10 0.11 0.05 2.31 0.48 0.89
Hex F1 D8 D7 0 A B 5 2 30 59
Octal 361 330 327 0 12 13 5 2 60 131
Binary 11110001 11011000 11010111 0 1010 1011 101 10 110000 1011001

Color Harmonies of #F1D8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8D7

Black with #F1D8D7

Text Example


Text Example

White with #F1D8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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