Html Css Color HEX #F1B7A3 Wax Flower

📋 copy color: '#F1B7A3'

red 241 ◦ green 183 ◦ blue 163

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

Shades of Wax Flower #F1B7A3

Tints of Wax Flower #F1B7A3

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.18%

 BLUE value IS 163 (64.06% from 255) = 27.77%

R = 41.06%
G = 31.18%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1B7A3 (or 0xF1B7A3) is known color: Wax Flower. HEX triplet: F1, B7 and A3. RGB value is (241,183,163). Sum of RGB (Red+Green+Blue) = 241+183+163=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B7A3 is #0E485C. Grayscale: #C6C6C6. Windows color (decimal): -936029 or 10729457. OLE color: 10729457.

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

Color convert

RGB 241 183 163 -
CMYK 0 0.24 0.32 0.05
HSL 15.38º 0.74% 0.79% -
HSV(B) 15.38º 0.32% 0.95% -
XYZ 59.82 55.21 42.15 -
YUV 198.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 241 183 163 0 0.24 0.32 0.05 15.38 0.74 0.79
Hex F1 B7 A3 0 18 20 5 F 4A 4F
Octal 361 267 243 0 30 40 5 17 112 117
Binary 11110001 10110111 10100011 0 11000 100000 101 1111 1001010 1001111

Color Harmonies of #F1B7A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B7A3

Black with #F1B7A3

Text Example


Text Example

White with #F1B7A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B7A3; }

 p { color: rgb(241,183,163); }

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

background-color css

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

 a { background-color: rgb(241,183,163); }

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

border-color css

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

 span { border-color: rgb(241,183,163); }

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