Html Css Color HEX #F1B9A2 Wax Flower

📋 copy color: '#F1B9A2'

red 241 ◦ green 185 ◦ blue 162

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

Shades of Wax Flower #F1B9A2

Tints of Wax Flower #F1B9A2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.46%

 BLUE value IS 162 (63.67% from 255) = 27.55%

R = 40.99%
G = 31.46%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F1B9A2 (or 0xF1B9A2) is known color: Wax Flower. HEX triplet: F1, B9 and A2. RGB value is (241,185,162). Sum of RGB (Red+Green+Blue) = 241+185+162=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B9A2 is #0E465D. Grayscale: #C7C7C7. Windows color (decimal): -935518 or 10664433. OLE color: 10664433.

HSL color Cylindrical-coordinate representation of color #F1B9A2: hue angle of 17.47º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1B9A2 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 185 162 -
CMYK 0 0.23 0.33 0.05
HSL 17.47º 0.74% 0.79% -
HSV(B) 17.47º 0.33% 0.95% -
XYZ 60.15 56.01 41.82 -
YUV 199.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 241 185 162 0 0.23 0.33 0.05 17.47 0.74 0.79
Hex F1 B9 A2 0 17 21 5 11 4A 4F
Octal 361 271 242 0 27 41 5 21 112 117
Binary 11110001 10111001 10100010 0 10111 100001 101 10001 1001010 1001111

Color Harmonies of #F1B9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9A2

Black with #F1B9A2

Text Example


Text Example

White with #F1B9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9A2; }

 p { color: rgb(241,185,162); }

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

background-color css

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

 a { background-color: rgb(241,185,162); }

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

border-color css

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

 span { border-color: rgb(241,185,162); }

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