Html Css Color HEX #F1B0A3 Wax Flower

📋 copy color: '#F1B0A3'

red 241 ◦ green 176 ◦ blue 163

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

Shades of Wax Flower #F1B0A3

Tints of Wax Flower #F1B0A3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.34%

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

R = 41.55%
G = 30.34%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1B0A3 (or 0xF1B0A3) is known color: Wax Flower. HEX triplet: F1, B0 and A3. RGB value is (241,176,163). Sum of RGB (Red+Green+Blue) = 241+176+163=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B0A3 is #0E4F5C. Grayscale: #C2C2C2. Windows color (decimal): -937821 or 10727665. OLE color: 10727665.

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

Color convert

RGB 241 176 163 -
CMYK 0 0.27 0.32 0.05
HSL 10º 0.74% 0.79% -
HSV(B) 10º 0.32% 0.95% -
XYZ 58.41 52.4 41.69 -
YUV 193.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 241 176 163 0 0.27 0.32 0.05 10 0.74 0.79
Hex F1 B0 A3 0 1B 20 5 A 4A 4F
Octal 361 260 243 0 33 40 5 12 112 117
Binary 11110001 10110000 10100011 0 11011 100000 101 1010 1001010 1001111

Color Harmonies of #F1B0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0A3

Black with #F1B0A3

Text Example


Text Example

White with #F1B0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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