Html Css Color HEX #F1AB9E Wax Flower

📋 copy color: '#F1AB9E'

red 241 ◦ green 171 ◦ blue 158

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

Shades of Wax Flower #F1AB9E

Tints of Wax Flower #F1AB9E

RGB

 RED value IS 241 (94.53% from 255) = 42.28%

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

 BLUE value IS 158 (62.11% from 255) = 27.72%

R = 42.28%
G = 30%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1AB9E (or 0xF1AB9E) is known color: Wax Flower. HEX triplet: F1, AB and 9E. RGB value is (241,171,158). Sum of RGB (Red+Green+Blue) = 241+171+158=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AB9E is #0E5461. Grayscale: #BEBEBE. Windows color (decimal): -939106 or 10398705. OLE color: 10398705.

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

Color convert

RGB 241 171 158 -
CMYK 0 0.29 0.34 0.05
HSL 9.4º 0.75% 0.78% -
HSV(B) 9.4º 0.34% 0.95% -
XYZ 57.01 50.3 39.05 -
YUV 190.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 241 171 158 0 0.29 0.34 0.05 9.4 0.75 0.78
Hex F1 AB 9E 0 1D 22 5 9 4B 4E
Octal 361 253 236 0 35 42 5 11 113 116
Binary 11110001 10101011 10011110 0 11101 100010 101 1001 1001011 1001110

Color Harmonies of #F1AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AB9E

Black with #F1AB9E

Text Example


Text Example

White with #F1AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AB9E; }

 p { color: rgb(241,171,158); }

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

background-color css

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

 a { background-color: rgb(241,171,158); }

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

border-color css

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

 span { border-color: rgb(241,171,158); }

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