#F3AD98

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

Shades of Wax Flower #F3AD98

Tints of Wax Flower #F3AD98

Color information

#F3AD98 (or 0xF3AD98) is unknown color: approx Wax Flower. HEX triplet: F3, AD and 98. RGB value is (243,173,152). Sum of RGB (Red+Green+Blue) = 243+173+152=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AD98 is #0C5267. Grayscale: #BFBFBF. Windows color (decimal): -807528 or 10006003. OLE color: 10006003.

HSL color Cylindrical-coordinate representation of color #F3AD98: hue angle of 13.85º degrees, saturation: 0.79, 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 #F3AD98 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB243173152-
CMYK00.290.370.05
HSL13.85º79.13%77.45%-
HSV(B)13.85º37.45%95.29%-
XYZ57.5751.2136.56-
YUV191.54105.69164.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.78%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=42.78%
G=30.46%
B=26.76%

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
Decimal24317315200.290.370.0513.8579.1377.45
HexF3AD9801D255e4f4d
Octal36325523003545516117115
Binary111100111010110110011000011101100101101111010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AD98; }

 p { color: rgb(243,173,152); }

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

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

 a { background-color: rgb(243,173,152); }

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

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

 span { border-color: rgb(243,173,152); }

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