Html Css Color HEX #F1DCC7 Almond

📋 copy color: '#F1DCC7'

red 241 ◦ green 220 ◦ blue 199

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

Shades of Almond #F1DCC7

Tints of Almond #F1DCC7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.33%

 BLUE value IS 199 (78.13% from 255) = 30.15%

R = 36.52%
G = 33.33%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1DCC7 (or 0xF1DCC7) is known color: Almond. HEX triplet: F1, DC and C7. RGB value is (241,220,199). Sum of RGB (Red+Green+Blue) = 241+220+199=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCC7 is #0E2338. Grayscale: #DFDFDF. Windows color (decimal): -926521 or 13098225. OLE color: 13098225.

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

Color convert

RGB 241 220 199 -
CMYK 0 0.09 0.17 0.05
HSL 30º 0.6% 0.86% -
HSV(B) 30º 0.17% 0.95% -
XYZ 72.18 74.01 64.51 -
YUV 223.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 241 220 199 0 0.09 0.17 0.05 30 0.6 0.86
Hex F1 DC C7 0 9 11 5 1E 3C 56
Octal 361 334 307 0 11 21 5 36 74 126
Binary 11110001 11011100 11000111 0 1001 10001 101 11110 111100 1010110

Color Harmonies of #F1DCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCC7

Black with #F1DCC7

Text Example


Text Example

White with #F1DCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCC7; }

 p { color: rgb(241,220,199); }

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

background-color css

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

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

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

border-color css

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

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

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