Html Css Color HEX #F1D2D1 Vanilla Ice

📋 copy color: '#F1D2D1'

red 241 ◦ green 210 ◦ blue 209

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

Shades of Vanilla Ice #F1D2D1

Tints of Vanilla Ice #F1D2D1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.82%

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

R = 36.52%
G = 31.82%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1D2D1 (or 0xF1D2D1) is known color: Vanilla Ice. HEX triplet: F1, D2 and D1. RGB value is (241,210,209). Sum of RGB (Red+Green+Blue) = 241+210+209=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2D1 is #0E2D2E. Grayscale: #DBDBDB. Windows color (decimal): -929071 or 13751025. OLE color: 13751025.

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

Color convert

RGB 241 210 209 -
CMYK 0 0.13 0.13 0.05
HSL 1.88º 0.53% 0.88% -
HSV(B) 1.88º 0.13% 0.95% -
XYZ 70.83 69.4 69.98 -
YUV 219.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 241 210 209 0 0.13 0.13 0.05 1.88 0.53 0.88
Hex F1 D2 D1 0 D D 5 2 35 58
Octal 361 322 321 0 15 15 5 2 65 130
Binary 11110001 11010010 11010001 0 1101 1101 101 10 110101 1011000

Color Harmonies of #F1D2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2D1

Black with #F1D2D1

Text Example


Text Example

White with #F1D2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2D1; }

 p { color: rgb(241,210,209); }

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

background-color css

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

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

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

border-color css

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

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

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