Html Css Color HEX #F0B9A0 Wax Flower

📋 copy color: '#F0B9A0'

red 240 ◦ green 185 ◦ blue 160

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

Shades of Wax Flower #F0B9A0

Tints of Wax Flower #F0B9A0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.62%

 BLUE value IS 160 (62.89% from 255) = 27.35%

R = 41.03%
G = 31.62%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F0B9A0 (or 0xF0B9A0) is known color: Wax Flower. HEX triplet: F0, B9 and A0. RGB value is (240,185,160). Sum of RGB (Red+Green+Blue) = 240+185+160=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B9A0 is #0F465F. Grayscale: #C6C6C6. Windows color (decimal): -1001056 or 10533360. OLE color: 10533360.

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

Color convert

RGB 240 185 160 -
CMYK 0 0.23 0.33 0.06
HSL 18.75º 0.73% 0.78% -
HSV(B) 18.75º 0.33% 0.94% -
XYZ 59.63 55.76 40.88 -
YUV 198.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 240 185 160 0 0.23 0.33 0.06 18.75 0.73 0.78
Hex F0 B9 A0 0 17 21 6 13 49 4E
Octal 360 271 240 0 27 41 6 23 111 116
Binary 11110000 10111001 10100000 0 10111 100001 110 10011 1001001 1001110

Color Harmonies of #F0B9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9A0

Black with #F0B9A0

Text Example


Text Example

White with #F0B9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9A0; }

 p { color: rgb(240,185,160); }

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

background-color css

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

 a { background-color: rgb(240,185,160); }

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

border-color css

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

 span { border-color: rgb(240,185,160); }

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