Html Css Color HEX #F1DACB Almond

📋 copy color: '#F1DACB'

red 241 ◦ green 218 ◦ blue 203

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

Shades of Almond #F1DACB

Tints of Almond #F1DACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.93%

 BLUE value IS 203 (79.69% from 255) = 30.66%

R = 36.4%
G = 32.93%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1DACB (or 0xF1DACB) is known color: Almond. HEX triplet: F1, DA and CB. RGB value is (241,218,203). Sum of RGB (Red+Green+Blue) = 241+218+203=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DACB is #0E2534. Grayscale: #DFDFDF. Windows color (decimal): -927029 or 13359857. OLE color: 13359857.

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

Color convert

RGB 241 218 203 -
CMYK 0 0.10 0.16 0.05
HSL 23.68º 0.58% 0.87% -
HSV(B) 23.68º 0.16% 0.95% -
XYZ 72.13 73.16 66.82 -
YUV 223.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 241 218 203 0 0.10 0.16 0.05 23.68 0.58 0.87
Hex F1 DA CB 0 A 10 5 18 3A 57
Octal 361 332 313 0 12 20 5 30 72 127
Binary 11110001 11011010 11001011 0 1010 10000 101 11000 111010 1010111

Color Harmonies of #F1DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DACB

Black with #F1DACB

Text Example


Text Example

White with #F1DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DACB; }

 p { color: rgb(241,218,203); }

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

background-color css

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

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

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

border-color css

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

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

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