Html Css Color HEX #F1DDCB Almond

📋 copy color: '#F1DDCB'

red 241 ◦ green 221 ◦ blue 203

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

Shades of Almond #F1DDCB

Tints of Almond #F1DDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.23%

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

R = 36.24%
G = 33.23%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1DDCB (or 0xF1DDCB) is known color: Almond. HEX triplet: F1, DD and CB. RGB value is (241,221,203). Sum of RGB (Red+Green+Blue) = 241+221+203=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDCB is #0E2234. Grayscale: #E1E1E1. Windows color (decimal): -926261 or 13360625. OLE color: 13360625.

HSL color Cylindrical-coordinate representation of color #F1DDCB: hue angle of 28.42º 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 #F1DDCB is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 221 203 -
CMYK 0 0.08 0.16 0.05
HSL 28.42º 0.58% 0.87% -
HSV(B) 28.42º 0.16% 0.95% -
XYZ 72.91 74.73 67.08 -
YUV 224.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 241 221 203 0 0.08 0.16 0.05 28.42 0.58 0.87
Hex F1 DD CB 0 8 10 5 1C 3A 57
Octal 361 335 313 0 10 20 5 34 72 127
Binary 11110001 11011101 11001011 0 1000 10000 101 11100 111010 1010111

Color Harmonies of #F1DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DDCB

Black with #F1DDCB

Text Example


Text Example

White with #F1DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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