Html Css Color HEX #F2AB9B Wax Flower

📋 copy color: '#F2AB9B'

red 242 ◦ green 171 ◦ blue 155

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

Shades of Wax Flower #F2AB9B

Tints of Wax Flower #F2AB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.29%

R = 42.61%
G = 30.11%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2AB9B (or 0xF2AB9B) is known color: Wax Flower. HEX triplet: F2, AB and 9B. RGB value is (242,171,155). Sum of RGB (Red+Green+Blue) = 242+171+155=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB9B is #0D5464. Grayscale: #BEBEBE. Windows color (decimal): -873573 or 10202098. OLE color: 10202098.

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

Color convert

RGB 242 171 155 -
CMYK 0 0.29 0.36 0.05
HSL 11.03º 0.77% 0.78% -
HSV(B) 11.03º 0.36% 0.95% -
XYZ 57.1 50.37 37.72 -
YUV 190.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 242 171 155 0 0.29 0.36 0.05 11.03 0.77 0.78
Hex F2 AB 9B 0 1D 24 5 B 4D 4E
Octal 362 253 233 0 35 44 5 13 115 116
Binary 11110010 10101011 10011011 0 11101 100100 101 1011 1001101 1001110

Color Harmonies of #F2AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB9B

Black with #F2AB9B

Text Example


Text Example

White with #F2AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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