#F2AF9A

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

Shades of Wax Flower #F2AF9A

Tints of Wax Flower #F2AF9A

Color information

#F2AF9A (or 0xF2AF9A) is unknown color: approx Wax Flower. HEX triplet: F2, AF and 9A. RGB value is (242,175,154). Sum of RGB (Red+Green+Blue) = 242+175+154=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF9A is #0D5065. Grayscale: #C0C0C0. Windows color (decimal): -872550 or 10137586. OLE color: 10137586.

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

Color convert

RGB242175154-
CMYK00.280.360.05
HSL14.32º77.19%77.65%-
HSV(B)14.32º36.36%94.9%-
XYZ57.7851.8737.54-
YUV192.64106.2163.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.38%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=42.38%
G=30.65%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217515400.280.360.0514.3277.1977.65
HexF2AF9A01C245e4d4e
Octal36225723203444516115116
Binary111100101010111110011010011100100100101111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AF9A; }

 p { color: rgb(242,175,154); }

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

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

 a { background-color: rgb(242,175,154); }

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

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

 span { border-color: rgb(242,175,154); }

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