Html Css Color HEX #F1D7D7 Vanilla Ice

📋 copy color: '#F1D7D7'

red 241 ◦ green 215 ◦ blue 215

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

Shades of Vanilla Ice #F1D7D7

Tints of Vanilla Ice #F1D7D7

RGB

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

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

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

R = 35.92%
G = 32.04%
B = 32.04%

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

#F1D7D7 (or 0xF1D7D7) is known color: Vanilla Ice. HEX triplet: F1, D7 and D7. RGB value is (241,215,215). Sum of RGB (Red+Green+Blue) = 241+215+215=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7D7 is #0E2828. Grayscale: #DEDEDE. Windows color (decimal): -927785 or 14145521. OLE color: 14145521.

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

Color convert

RGB 241 215 215 -
CMYK 0 0.11 0.11 0.05
HSL 0.48% 0.89% -
HSV(B) 0.11% 0.95% -
XYZ 72.84 72.21 74.39 -
YUV 222.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 241 215 215 0 0.11 0.11 0.05 0 0.48 0.89
Hex F1 D7 D7 0 B B 5 0 30 59
Octal 361 327 327 0 13 13 5 0 60 131
Binary 11110001 11010111 11010111 0 1011 1011 101 0 110000 1011001

Color Harmonies of #F1D7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7D7

Black with #F1D7D7

Text Example


Text Example

White with #F1D7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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