#F5AE98

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

Shades of Wax Flower #F5AE98

Tints of Wax Flower #F5AE98

Color information

#F5AE98 (or 0xF5AE98) is unknown color: approx Wax Flower. HEX triplet: F5, AE and 98. RGB value is (245,174,152). Sum of RGB (Red+Green+Blue) = 245+174+152=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AE98 is #0A5167. Grayscale: #C0C0C0. Windows color (decimal): -676200 or 10006261. OLE color: 10006261.

HSL color Cylindrical-coordinate representation of color #F5AE98: hue angle of 14.19º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5AE98 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245174152-
CMYK00.290.380.04
HSL14.19º82.3%77.84%-
HSV(B)14.19º37.96%96.08%-
XYZ58.4651.9536.65-
YUV192.72105.02165.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.91%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 152 (59.77% from 255) = 26.62%
R=42.91%
G=30.47%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517415200.290.380.0414.1982.377.84
HexF5AE9801D264e524e
Octal36525623003546416122116
Binary111101011010111010011000011101100110100111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AE98; }

 p { color: rgb(245,174,152); }

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

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

 a { background-color: rgb(245,174,152); }

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

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

 span { border-color: rgb(245,174,152); }

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