Html Css Color HEX #F1B3A1 Wax Flower

📋 copy color: '#F1B3A1'

red 241 ◦ green 179 ◦ blue 161

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

Shades of Wax Flower #F1B3A1

Tints of Wax Flower #F1B3A1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.81%

 BLUE value IS 161 (63.28% from 255) = 27.71%

R = 41.48%
G = 30.81%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F1B3A1 (or 0xF1B3A1) is known color: Wax Flower. HEX triplet: F1, B3 and A1. RGB value is (241,179,161). Sum of RGB (Red+Green+Blue) = 241+179+161=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B3A1 is #0E4C5E. Grayscale: #C3C3C3. Windows color (decimal): -937055 or 10597361. OLE color: 10597361.

HSL color Cylindrical-coordinate representation of color #F1B3A1: hue angle of 13.5º 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 #F1B3A1 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 179 161 -
CMYK 0 0.26 0.33 0.05
HSL 13.5º 0.74% 0.79% -
HSV(B) 13.5º 0.33% 0.95% -
XYZ 58.83 53.51 40.95 -
YUV 195.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 241 179 161 0 0.26 0.33 0.05 13.5 0.74 0.79
Hex F1 B3 A1 0 1A 21 5 E 4A 4F
Octal 361 263 241 0 32 41 5 16 112 117
Binary 11110001 10110011 10100001 0 11010 100001 101 1110 1001010 1001111

Color Harmonies of #F1B3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B3A1

Black with #F1B3A1

Text Example


Text Example

White with #F1B3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B3A1; }

 p { color: rgb(241,179,161); }

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

background-color css

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

 a { background-color: rgb(241,179,161); }

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

border-color css

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

 span { border-color: rgb(241,179,161); }

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