Html Css Color HEX #F1D8BF Almond

📋 copy color: '#F1D8BF'

red 241 ◦ green 216 ◦ blue 191

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

Shades of Almond #F1D8BF

Tints of Almond #F1D8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.48%

R = 37.19%
G = 33.33%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1D8BF (or 0xF1D8BF) is known color: Almond. HEX triplet: F1, D8 and BF. RGB value is (241,216,191). Sum of RGB (Red+Green+Blue) = 241+216+191=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8BF is #0E2740. Grayscale: #DCDCDC. Windows color (decimal): -927553 or 12572913. OLE color: 12572913.

HSL color Cylindrical-coordinate representation of color #F1D8BF: hue angle of 30º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1D8BF is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 191 -
CMYK 0 0.10 0.21 0.05
HSL 30º 0.64% 0.85% -
HSV(B) 30º 0.21% 0.95% -
XYZ 70.24 71.57 59.4 -
YUV 220.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 241 216 191 0 0.10 0.21 0.05 30 0.64 0.85
Hex F1 D8 BF 0 A 15 5 1E 40 55
Octal 361 330 277 0 12 25 5 36 100 125
Binary 11110001 11011000 10111111 0 1010 10101 101 11110 1000000 1010101

Color Harmonies of #F1D8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8BF

Black with #F1D8BF

Text Example


Text Example

White with #F1D8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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