#F3AF9F

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

Shades of Wax Flower #F3AF9F

Tints of Wax Flower #F3AF9F

Color information

#F3AF9F (or 0xF3AF9F) is unknown color: approx Wax Flower. HEX triplet: F3, AF and 9F. RGB value is (243,175,159). Sum of RGB (Red+Green+Blue) = 243+175+159=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AF9F is #0C5060. Grayscale: #C1C1C1. Windows color (decimal): -807009 or 10465267. OLE color: 10465267.

HSL color Cylindrical-coordinate representation of color #F3AF9F: hue angle of 11.43º 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 #F3AF9F is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB243175159-
CMYK00.280.350.05
HSL11.43º77.78%78.82%-
HSV(B)11.43º34.57%95.29%-
XYZ58.5552.2239.79-
YUV193.51108.53163.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.11%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=42.11%
G=30.33%
B=27.56%

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
Decimal24317515900.280.350.0511.4377.7878.82
HexF3AF9F01C235b4e4f
Octal36325723703443513116117
Binary111100111010111110011111011100100011101101110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AF9F; }

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

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

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

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

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

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

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

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