#F1B4A4

Color #F1B4A4 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #F1B4A4

Tints of Wax Flower #F1B4A4

Color information

#F1B4A4 (or 0xF1B4A4) is unknown color: approx Wax Flower. HEX triplet: F1, B4 and A4. RGB value is (241,180,164). Sum of RGB (Red+Green+Blue) = 241+180+164=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B4A4 is #0E4B5B. Grayscale: #C4C4C4. Windows color (decimal): -936796 or 10794225. OLE color: 10794225.

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

Color convert

RGB241180164-
CMYK00.250.320.05
HSL12.47º73.33%79.41%-
HSV(B)12.47º31.95%94.51%-
XYZ59.354.0242.42-
YUV196.42109.71159.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 164 (64.45% from 255) = 28.03%
R=41.20%
G=30.77%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118016400.250.320.0512.4773.3379.41
HexF1B4A4019205c494f
Octal36126424403140514111117
Binary111100011011010010100100011001100000101110010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4A4; }

 p { color: rgb(241,180,164); }

 H1.HeaderClassName
 {
   color: #F1B4A4;
 }
 .AnyTagClassName
 {
   color: #F1B4A4;
 }
</style>
background-color css

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

 a { background-color: rgb(241,180,164); }

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

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

 span { border-color: rgb(241,180,164); }

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