Html Css Color HEX #F0AF9E Wax Flower

📋 copy color: '#F0AF9E'

red 240 ◦ green 175 ◦ blue 158

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

Shades of Wax Flower #F0AF9E

Tints of Wax Flower #F0AF9E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.54%

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

R = 41.88%
G = 30.54%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0AF9E (or 0xF0AF9E) is known color: Wax Flower. HEX triplet: F0, AF and 9E. RGB value is (240,175,158). Sum of RGB (Red+Green+Blue) = 240+175+158=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF9E is #0F5061. Grayscale: #C0C0C0. Windows color (decimal): -1003618 or 10399728. OLE color: 10399728.

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

Color convert

RGB 240 175 158 -
CMYK 0 0.27 0.34 0.06
HSL 12.44º 0.73% 0.78% -
HSV(B) 12.44º 0.34% 0.94% -
XYZ 57.44 51.65 39.29 -
YUV 192.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 240 175 158 0 0.27 0.34 0.06 12.44 0.73 0.78
Hex F0 AF 9E 0 1B 22 6 C 49 4E
Octal 360 257 236 0 33 42 6 14 111 116
Binary 11110000 10101111 10011110 0 11011 100010 110 1100 1001001 1001110

Color Harmonies of #F0AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF9E

Black with #F0AF9E

Text Example


Text Example

White with #F0AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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