Html Css Color HEX #F0B89E Wax Flower

📋 copy color: '#F0B89E'

red 240 ◦ green 184 ◦ blue 158

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

Shades of Wax Flower #F0B89E

Tints of Wax Flower #F0B89E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.62%

 BLUE value IS 158 (62.11% from 255) = 27.15%

R = 41.24%
G = 31.62%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0B89E (or 0xF0B89E) is known color: Wax Flower. HEX triplet: F0, B8 and 9E. RGB value is (240,184,158). Sum of RGB (Red+Green+Blue) = 240+184+158=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B89E is #0F4761. Grayscale: #C5C5C5. Windows color (decimal): -1001314 or 10402032. OLE color: 10402032.

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

Color convert

RGB 240 184 158 -
CMYK 0 0.23 0.34 0.06
HSL 19.02º 0.73% 0.78% -
HSV(B) 19.02º 0.34% 0.94% -
XYZ 59.25 55.27 39.89 -
YUV 197.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 240 184 158 0 0.23 0.34 0.06 19.02 0.73 0.78
Hex F0 B8 9E 0 17 22 6 13 49 4E
Octal 360 270 236 0 27 42 6 23 111 116
Binary 11110000 10111000 10011110 0 10111 100010 110 10011 1001001 1001110

Color Harmonies of #F0B89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B89E

Black with #F0B89E

Text Example


Text Example

White with #F0B89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B89E; }

 p { color: rgb(240,184,158); }

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

background-color css

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

 a { background-color: rgb(240,184,158); }

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

border-color css

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

 span { border-color: rgb(240,184,158); }

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