Html Css Color HEX #F0A892 Wax Flower

📋 copy color: '#F0A892'

red 240 ◦ green 168 ◦ blue 146

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

Shades of Wax Flower #F0A892

Tints of Wax Flower #F0A892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.35%

R = 43.32%
G = 30.32%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F0A892 (or 0xF0A892) is known color: Wax Flower. HEX triplet: F0, A8 and 92. RGB value is (240,168,146). Sum of RGB (Red+Green+Blue) = 240+168+146=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A892 is #0F576D. Grayscale: #BBBBBB. Windows color (decimal): -1005422 or 9611504. OLE color: 9611504.

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

Color convert

RGB 240 168 146 -
CMYK 0 0.3 0.39 0.06
HSL 14.04º 0.76% 0.76% -
HSV(B) 14.04º 0.39% 0.94% -
XYZ 55.13 48.61 33.67 -
YUV 187.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 240 168 146 0 0.3 0.39 0.06 14.04 0.76 0.76
Hex F0 A8 92 0 1E 27 6 E 4C 4C
Octal 360 250 222 0 36 47 6 16 114 114
Binary 11110000 10101000 10010010 0 11110 100111 110 1110 1001100 1001100

Color Harmonies of #F0A892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A892

Black with #F0A892

Text Example


Text Example

White with #F0A892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A892; }

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

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

background-color css

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

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

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

border-color css

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

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

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