#F1AC98

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

Shades of Wax Flower #F1AC98

Tints of Wax Flower #F1AC98

Color information

#F1AC98 (or 0xF1AC98) is unknown color: approx Wax Flower. HEX triplet: F1, AC and 98. RGB value is (241,172,152). Sum of RGB (Red+Green+Blue) = 241+172+152=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AC98 is #0E5367. Grayscale: #BEBEBE. Windows color (decimal): -938856 or 10005745. OLE color: 10005745.

HSL color Cylindrical-coordinate representation of color #F1AC98: hue angle of 13.48º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1AC98 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB241172152-
CMYK00.290.370.05
HSL13.48º76.07%77.06%-
HSV(B)13.48º36.93%94.51%-
XYZ56.750.4736.46-
YUV190.35106.36164.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=42.65%
G=30.44%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117215200.290.370.0513.4876.0777.06
HexF1AC9801D255d4c4d
Octal36125423003545515114115
Binary111100011010110010011000011101100101101110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AC98; }

 p { color: rgb(241,172,152); }

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

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

 a { background-color: rgb(241,172,152); }

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

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

 span { border-color: rgb(241,172,152); }

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