Html Css Color HEX #F1DCAB Beeswax

📋 copy color: '#F1DCAB'

red 241 ◦ green 220 ◦ blue 171

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

Shades of Beeswax #F1DCAB

Tints of Beeswax #F1DCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.06%

R = 38.13%
G = 34.81%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1DCAB (or 0xF1DCAB) is known color: Beeswax. HEX triplet: F1, DC and AB. RGB value is (241,220,171). Sum of RGB (Red+Green+Blue) = 241+220+171=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCAB is #0E2354. Grayscale: #DCDCDC. Windows color (decimal): -926549 or 11263217. OLE color: 11263217.

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

Color convert

RGB 241 220 171 -
CMYK 0 0.09 0.29 0.05
HSL 42º 0.71% 0.81% -
HSV(B) 42º 0.29% 0.95% -
XYZ 69.22 72.83 48.94 -
YUV 220.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 241 220 171 0 0.09 0.29 0.05 42 0.71 0.81
Hex F1 DC AB 0 9 1D 5 2A 47 51
Octal 361 334 253 0 11 35 5 52 107 121
Binary 11110001 11011100 10101011 0 1001 11101 101 101010 1000111 1010001

Color Harmonies of #F1DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCAB

Black with #F1DCAB

Text Example


Text Example

White with #F1DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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