Html Css Color HEX #F0AF9D Wax Flower

📋 copy color: '#F0AF9D'

red 240 ◦ green 175 ◦ blue 157

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

Shades of Wax Flower #F0AF9D

Tints of Wax Flower #F0AF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.45%

R = 41.96%
G = 30.59%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0AF9D (or 0xF0AF9D) is known color: Wax Flower. HEX triplet: F0, AF and 9D. RGB value is (240,175,157). Sum of RGB (Red+Green+Blue) = 240+175+157=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF9D is #0F5062. Grayscale: #C0C0C0. Windows color (decimal): -1003619 or 10334192. OLE color: 10334192.

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

Color convert

RGB 240 175 157 -
CMYK 0 0.27 0.35 0.06
HSL 13.01º 0.73% 0.78% -
HSV(B) 13.01º 0.35% 0.94% -
XYZ 57.35 51.62 38.84 -
YUV 192.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 240 175 157 0 0.27 0.35 0.06 13.01 0.73 0.78
Hex F0 AF 9D 0 1B 23 6 D 49 4E
Octal 360 257 235 0 33 43 6 15 111 116
Binary 11110000 10101111 10011101 0 11011 100011 110 1101 1001001 1001110

Color Harmonies of #F0AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF9D

Black with #F0AF9D

Text Example


Text Example

White with #F0AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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