Html Css Color HEX #F0B19A Wax Flower

📋 copy color: '#F0B19A'

red 240 ◦ green 177 ◦ blue 154

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

Shades of Wax Flower #F0B19A

Tints of Wax Flower #F0B19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31%

 BLUE value IS 154 (60.55% from 255) = 26.97%

R = 42.03%
G = 31%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0B19A (or 0xF0B19A) is known color: Wax Flower. HEX triplet: F0, B1 and 9A. RGB value is (240,177,154). Sum of RGB (Red+Green+Blue) = 240+177+154=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B19A is #0F4E65. Grayscale: #C1C1C1. Windows color (decimal): -1003110 or 10138096. OLE color: 10138096.

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

Color convert

RGB 240 177 154 -
CMYK 0 0.26 0.36 0.06
HSL 16.05º 0.74% 0.77% -
HSV(B) 16.05º 0.36% 0.94% -
XYZ 57.49 52.3 37.64 -
YUV 193.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 240 177 154 0 0.26 0.36 0.06 16.05 0.74 0.77
Hex F0 B1 9A 0 1A 24 6 10 4A 4D
Octal 360 261 232 0 32 44 6 20 112 115
Binary 11110000 10110001 10011010 0 11010 100100 110 10000 1001010 1001101

Color Harmonies of #F0B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B19A

Black with #F0B19A

Text Example


Text Example

White with #F0B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B19A; }

 p { color: rgb(240,177,154); }

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

background-color css

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

 a { background-color: rgb(240,177,154); }

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

border-color css

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

 span { border-color: rgb(240,177,154); }

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