Html Css Color HEX #F0AB9E Wax Flower

📋 copy color: '#F0AB9E'

red 240 ◦ green 171 ◦ blue 158

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

Shades of Wax Flower #F0AB9E

Tints of Wax Flower #F0AB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.05%

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

R = 42.18%
G = 30.05%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0AB9E (or 0xF0AB9E) is known color: Wax Flower. HEX triplet: F0, AB and 9E. RGB value is (240,171,158). Sum of RGB (Red+Green+Blue) = 240+171+158=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB9E is #0F5461. Grayscale: #BEBEBE. Windows color (decimal): -1004642 or 10398704. OLE color: 10398704.

HSL color Cylindrical-coordinate representation of color #F0AB9E: hue angle of 9.51º 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 #F0AB9E is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 171 158 -
CMYK 0 0.29 0.34 0.06
HSL 9.51º 0.73% 0.78% -
HSV(B) 9.51º 0.34% 0.94% -
XYZ 56.67 50.12 39.04 -
YUV 190.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 240 171 158 0 0.29 0.34 0.06 9.51 0.73 0.78
Hex F0 AB 9E 0 1D 22 6 A 49 4E
Octal 360 253 236 0 35 42 6 12 111 116
Binary 11110000 10101011 10011110 0 11101 100010 110 1010 1001001 1001110

Color Harmonies of #F0AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB9E

Black with #F0AB9E

Text Example


Text Example

White with #F0AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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