Html Css Color HEX #F0AE9E Wax Flower

📋 copy color: '#F0AE9E'

red 240 ◦ green 174 ◦ blue 158

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

Shades of Wax Flower #F0AE9E

Tints of Wax Flower #F0AE9E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.42%

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

R = 41.96%
G = 30.42%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0AE9E (or 0xF0AE9E) is known color: Wax Flower. HEX triplet: F0, AE and 9E. RGB value is (240,174,158). Sum of RGB (Red+Green+Blue) = 240+174+158=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AE9E is #0F5161. Grayscale: #C0C0C0. Windows color (decimal): -1003874 or 10399472. OLE color: 10399472.

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

Color convert

RGB 240 174 158 -
CMYK 0 0.28 0.34 0.06
HSL 11.71º 0.73% 0.78% -
HSV(B) 11.71º 0.34% 0.94% -
XYZ 57.24 51.27 39.23 -
YUV 191.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 240 174 158 0 0.28 0.34 0.06 11.71 0.73 0.78
Hex F0 AE 9E 0 1C 22 6 C 49 4E
Octal 360 256 236 0 34 42 6 14 111 116
Binary 11110000 10101110 10011110 0 11100 100010 110 1100 1001001 1001110

Color Harmonies of #F0AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AE9E

Black with #F0AE9E

Text Example


Text Example

White with #F0AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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