Html Css Color HEX #F1D7BE Almond

📋 copy color: '#F1D7BE'

red 241 ◦ green 215 ◦ blue 190

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

Shades of Almond #F1D7BE

Tints of Almond #F1D7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.41%

R = 37.31%
G = 33.28%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1D7BE (or 0xF1D7BE) is known color: Almond. HEX triplet: F1, D7 and BE. RGB value is (241,215,190). Sum of RGB (Red+Green+Blue) = 241+215+190=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7BE is #0E2841. Grayscale: #DCDCDC. Windows color (decimal): -927810 or 12507121. OLE color: 12507121.

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

Color convert

RGB 241 215 190 -
CMYK 0 0.11 0.21 0.05
HSL 29.41º 0.65% 0.85% -
HSV(B) 29.41º 0.21% 0.95% -
XYZ 69.87 71.02 58.74 -
YUV 219.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 241 215 190 0 0.11 0.21 0.05 29.41 0.65 0.85
Hex F1 D7 BE 0 B 15 5 1D 41 55
Octal 361 327 276 0 13 25 5 35 101 125
Binary 11110001 11010111 10111110 0 1011 10101 101 11101 1000001 1010101

Color Harmonies of #F1D7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7BE

Black with #F1D7BE

Text Example


Text Example

White with #F1D7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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