Html Css Color HEX #F0DCAC Beeswax

📋 copy color: '#F0DCAC'

red 240 ◦ green 220 ◦ blue 172

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

Shades of Beeswax #F0DCAC

Tints of Beeswax #F0DCAC

RGB

 RED value IS 240 (94.14% from 255) = 37.97%

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

 BLUE value IS 172 (67.58% from 255) = 27.22%

R = 37.97%
G = 34.81%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0DCAC (or 0xF0DCAC) is known color: Beeswax. HEX triplet: F0, DC and AC. RGB value is (240,220,172). Sum of RGB (Red+Green+Blue) = 240+220+172=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DCAC is #0F2353. Grayscale: #DCDCDC. Windows color (decimal): -992084 or 11328752. OLE color: 11328752.

HSL color Cylindrical-coordinate representation of color #F0DCAC: hue angle of 42.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0DCAC is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 220 172 -
CMYK 0 0.08 0.28 0.06
HSL 42.35º 0.69% 0.81% -
HSV(B) 42.35º 0.28% 0.94% -
XYZ 68.97 72.69 49.42 -
YUV 220.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 240 220 172 0 0.08 0.28 0.06 42.35 0.69 0.81
Hex F0 DC AC 0 8 1C 6 2A 45 51
Octal 360 334 254 0 10 34 6 52 105 121
Binary 11110000 11011100 10101100 0 1000 11100 110 101010 1000101 1010001

Color Harmonies of #F0DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCAC

Black with #F0DCAC

Text Example


Text Example

White with #F0DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCAC; }

 p { color: rgb(240,220,172); }

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

background-color css

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

 a { background-color: rgb(240,220,172); }

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

border-color css

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

 span { border-color: rgb(240,220,172); }

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