#F3AF9E

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

Shades of Wax Flower #F3AF9E

Tints of Wax Flower #F3AF9E

Color information

#F3AF9E (or 0xF3AF9E) is unknown color: approx Wax Flower. HEX triplet: F3, AF and 9E. RGB value is (243,175,158). Sum of RGB (Red+Green+Blue) = 243+175+158=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AF9E is #0C5061. Grayscale: #C1C1C1. Windows color (decimal): -807010 or 10399731. OLE color: 10399731.

HSL color Cylindrical-coordinate representation of color #F3AF9E: hue angle of 12º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3AF9E is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB243175158-
CMYK00.280.350.05
HSL12º77.98%78.63%-
HSV(B)12º34.98%95.29%-
XYZ58.4652.1839.34-
YUV193.39108.03163.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.19%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 158 (62.11% from 255) = 27.43%
R=42.19%
G=30.38%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317515800.280.350.051277.9878.63
HexF3AF9E01C235c4e4f
Octal36325723603443514116117
Binary111100111010111110011110011100100011101110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AF9E; }

 p { color: rgb(243,175,158); }

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

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

 a { background-color: rgb(243,175,158); }

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

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

 span { border-color: rgb(243,175,158); }

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