Html Css Color HEX #F1D7C3 Almond

📋 copy color: '#F1D7C3'

red 241 ◦ green 215 ◦ blue 195

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

Shades of Almond #F1D7C3

Tints of Almond #F1D7C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.95%

R = 37.02%
G = 33.03%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1D7C3 (or 0xF1D7C3) is known color: Almond. HEX triplet: F1, D7 and C3. RGB value is (241,215,195). Sum of RGB (Red+Green+Blue) = 241+215+195=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7C3 is #0E283C. Grayscale: #DCDCDC. Windows color (decimal): -927805 or 12834801. OLE color: 12834801.

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

Color convert

RGB 241 215 195 -
CMYK 0 0.11 0.19 0.05
HSL 26.09º 0.62% 0.85% -
HSV(B) 26.09º 0.19% 0.95% -
XYZ 70.43 71.24 61.67 -
YUV 220.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 241 215 195 0 0.11 0.19 0.05 26.09 0.62 0.85
Hex F1 D7 C3 0 B 13 5 1A 3E 55
Octal 361 327 303 0 13 23 5 32 76 125
Binary 11110001 11010111 11000011 0 1011 10011 101 11010 111110 1010101

Color Harmonies of #F1D7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7C3

Black with #F1D7C3

Text Example


Text Example

White with #F1D7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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