Html Css Color HEX #F2AB99 Wax Flower

📋 copy color: '#F2AB99'

red 242 ◦ green 171 ◦ blue 153

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

Shades of Wax Flower #F2AB99

Tints of Wax Flower #F2AB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.21%

 BLUE value IS 153 (60.16% from 255) = 27.03%

R = 42.76%
G = 30.21%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2AB99 (or 0xF2AB99) is known color: Wax Flower. HEX triplet: F2, AB and 99. RGB value is (242,171,153). Sum of RGB (Red+Green+Blue) = 242+171+153=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB99 is #0D5466. Grayscale: #BEBEBE. Windows color (decimal): -873575 or 10071026. OLE color: 10071026.

HSL color Cylindrical-coordinate representation of color #F2AB99: hue angle of 12.13º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2AB99 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 153 -
CMYK 0 0.29 0.37 0.05
HSL 12.13º 0.77% 0.77% -
HSV(B) 12.13º 0.37% 0.95% -
XYZ 56.93 50.3 36.85 -
YUV 190.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 242 171 153 0 0.29 0.37 0.05 12.13 0.77 0.77
Hex F2 AB 99 0 1D 25 5 C 4D 4D
Octal 362 253 231 0 35 45 5 14 115 115
Binary 11110010 10101011 10011001 0 11101 100101 101 1100 1001101 1001101

Color Harmonies of #F2AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB99

Black with #F2AB99

Text Example


Text Example

White with #F2AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB99; }

 p { color: rgb(242,171,153); }

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

background-color css

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

 a { background-color: rgb(242,171,153); }

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

border-color css

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

 span { border-color: rgb(242,171,153); }

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