Html Css Color HEX #F2AB9D Wax Flower

📋 copy color: '#F2AB9D'

red 242 ◦ green 171 ◦ blue 157

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

Shades of Wax Flower #F2AB9D

Tints of Wax Flower #F2AB9D

RGB

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

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

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

R = 42.46%
G = 30%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2AB9D (or 0xF2AB9D) is known color: Wax Flower. HEX triplet: F2, AB and 9D. RGB value is (242,171,157). Sum of RGB (Red+Green+Blue) = 242+171+157=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB9D is #0D5462. Grayscale: #BEBEBE. Windows color (decimal): -873571 or 10333170. OLE color: 10333170.

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

Color convert

RGB 242 171 157 -
CMYK 0 0.29 0.35 0.05
HSL 9.88º 0.77% 0.78% -
HSV(B) 9.88º 0.35% 0.95% -
XYZ 57.27 50.44 38.62 -
YUV 190.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 242 171 157 0 0.29 0.35 0.05 9.88 0.77 0.78
Hex F2 AB 9D 0 1D 23 5 A 4D 4E
Octal 362 253 235 0 35 43 5 12 115 116
Binary 11110010 10101011 10011101 0 11101 100011 101 1010 1001101 1001110

Color Harmonies of #F2AB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB9D

Black with #F2AB9D

Text Example


Text Example

White with #F2AB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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