Html Css Color HEX #F2AA92 Wax Flower

📋 copy color: '#F2AA92'

red 242 ◦ green 170 ◦ blue 146

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

Shades of Wax Flower #F2AA92

Tints of Wax Flower #F2AA92

RGB

 RED value IS 242 (94.92% from 255) = 43.37%

 GREEN value IS 170 (66.8% from 255) = 30.47%

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

R = 43.37%
G = 30.47%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2AA92 (or 0xF2AA92) is known color: Wax Flower. HEX triplet: F2, AA and 92. RGB value is (242,170,146). Sum of RGB (Red+Green+Blue) = 242+170+146=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AA92 is #0D556D. Grayscale: #BCBCBC. Windows color (decimal): -873838 or 9612018. OLE color: 9612018.

HSL color Cylindrical-coordinate representation of color #F2AA92: hue angle of 15º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2AA92 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 170 146 -
CMYK 0 0.30 0.40 0.05
HSL 15º 0.79% 0.76% -
HSV(B) 15º 0.4% 0.95% -
XYZ 56.18 49.7 33.83 -
YUV 188.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 242 170 146 0 0.30 0.40 0.05 15 0.79 0.76
Hex F2 AA 92 0 1E 28 5 F 4F 4C
Octal 362 252 222 0 36 50 5 17 117 114
Binary 11110010 10101010 10010010 0 11110 101000 101 1111 1001111 1001100

Color Harmonies of #F2AA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA92

Black with #F2AA92

Text Example


Text Example

White with #F2AA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA92; }

 p { color: rgb(242,170,146); }

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

background-color css

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

 a { background-color: rgb(242,170,146); }

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

border-color css

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

 span { border-color: rgb(242,170,146); }

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