Html Css Color HEX #F0AF99 Wax Flower

📋 copy color: '#F0AF99'

red 240 ◦ green 175 ◦ blue 153

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

Shades of Wax Flower #F0AF99

Tints of Wax Flower #F0AF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.94%

R = 42.25%
G = 30.81%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0AF99 (or 0xF0AF99) is known color: Wax Flower. HEX triplet: F0, AF and 99. RGB value is (240,175,153). Sum of RGB (Red+Green+Blue) = 240+175+153=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF99 is #0F5066. Grayscale: #C0C0C0. Windows color (decimal): -1003623 or 10072048. OLE color: 10072048.

HSL color Cylindrical-coordinate representation of color #F0AF99: hue angle of 15.17º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0AF99 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 153 -
CMYK 0 0.27 0.36 0.06
HSL 15.17º 0.74% 0.77% -
HSV(B) 15.17º 0.36% 0.94% -
XYZ 57.01 51.49 37.07 -
YUV 191.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 240 175 153 0 0.27 0.36 0.06 15.17 0.74 0.77
Hex F0 AF 99 0 1B 24 6 F 4A 4D
Octal 360 257 231 0 33 44 6 17 112 115
Binary 11110000 10101111 10011001 0 11011 100100 110 1111 1001010 1001101

Color Harmonies of #F0AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF99

Black with #F0AF99

Text Example


Text Example

White with #F0AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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