Html Css Color HEX #F0AD9D Wax Flower

📋 copy color: '#F0AD9D'

red 240 ◦ green 173 ◦ blue 157

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

Shades of Wax Flower #F0AD9D

Tints of Wax Flower #F0AD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.35%

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

R = 42.11%
G = 30.35%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0AD9D (or 0xF0AD9D) is known color: Wax Flower. HEX triplet: F0, AD and 9D. RGB value is (240,173,157). Sum of RGB (Red+Green+Blue) = 240+173+157=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD9D is #0F5262. Grayscale: #BFBFBF. Windows color (decimal): -1004131 or 10333680. OLE color: 10333680.

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

Color convert

RGB 240 173 157 -
CMYK 0 0.28 0.35 0.06
HSL 11.57º 0.73% 0.78% -
HSV(B) 11.57º 0.35% 0.94% -
XYZ 56.96 50.85 38.71 -
YUV 191.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 240 173 157 0 0.28 0.35 0.06 11.57 0.73 0.78
Hex F0 AD 9D 0 1C 23 6 C 49 4E
Octal 360 255 235 0 34 43 6 14 111 116
Binary 11110000 10101101 10011101 0 11100 100011 110 1100 1001001 1001110

Color Harmonies of #F0AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD9D

Black with #F0AD9D

Text Example


Text Example

White with #F0AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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