Html Css Color HEX #F0B49C Wax Flower

📋 copy color: '#F0B49C'

red 240 ◦ green 180 ◦ blue 156

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

Shades of Wax Flower #F0B49C

Tints of Wax Flower #F0B49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.25%

 BLUE value IS 156 (61.33% from 255) = 27.08%

R = 41.67%
G = 31.25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0B49C (or 0xF0B49C) is known color: Wax Flower. HEX triplet: F0, B4 and 9C. RGB value is (240,180,156). Sum of RGB (Red+Green+Blue) = 240+180+156=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B49C is #0F4B63. Grayscale: #C3C3C3. Windows color (decimal): -1002340 or 10269936. OLE color: 10269936.

HSL color Cylindrical-coordinate representation of color #F0B49C: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0B49C is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 180 156 -
CMYK 0 0.25 0.35 0.06
HSL 17.14º 0.74% 0.78% -
HSV(B) 17.14º 0.35% 0.94% -
XYZ 58.26 53.57 38.72 -
YUV 195.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 240 180 156 0 0.25 0.35 0.06 17.14 0.74 0.78
Hex F0 B4 9C 0 19 23 6 11 4A 4E
Octal 360 264 234 0 31 43 6 21 112 116
Binary 11110000 10110100 10011100 0 11001 100011 110 10001 1001010 1001110

Color Harmonies of #F0B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B49C

Black with #F0B49C

Text Example


Text Example

White with #F0B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B49C; }

 p { color: rgb(240,180,156); }

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

background-color css

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

 a { background-color: rgb(240,180,156); }

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

border-color css

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

 span { border-color: rgb(240,180,156); }

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