Html Css Color HEX #F0A895 Wax Flower

📋 copy color: '#F0A895'

red 240 ◦ green 168 ◦ blue 149

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

Shades of Wax Flower #F0A895

Tints of Wax Flower #F0A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.16%

 BLUE value IS 149 (58.59% from 255) = 26.75%

R = 43.09%
G = 30.16%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0A895 (or 0xF0A895) is known color: Wax Flower. HEX triplet: F0, A8 and 95. RGB value is (240,168,149). Sum of RGB (Red+Green+Blue) = 240+168+149=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A895 is #0F576A. Grayscale: #BBBBBB. Windows color (decimal): -1005419 or 9808112. OLE color: 9808112.

HSL color Cylindrical-coordinate representation of color #F0A895: hue angle of 12.53º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A895 is Cyan = 0, Magento = 0.3, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 168 149 -
CMYK 0 0.3 0.38 0.06
HSL 12.53º 0.75% 0.76% -
HSV(B) 12.53º 0.38% 0.94% -
XYZ 55.36 48.7 34.92 -
YUV 187.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 240 168 149 0 0.3 0.38 0.06 12.53 0.75 0.76
Hex F0 A8 95 0 1E 26 6 D 4B 4C
Octal 360 250 225 0 36 46 6 15 113 114
Binary 11110000 10101000 10010101 0 11110 100110 110 1101 1001011 1001100

Color Harmonies of #F0A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A895

Black with #F0A895

Text Example


Text Example

White with #F0A895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A895; }

 p { color: rgb(240,168,149); }

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

background-color css

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

 a { background-color: rgb(240,168,149); }

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

border-color css

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

 span { border-color: rgb(240,168,149); }

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