Html Css Color HEX #F2AF9F Wax Flower

📋 copy color: '#F2AF9F'

red 242 ◦ green 175 ◦ blue 159

#F2AF9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #F2AF9F

Tints of Wax Flower #F2AF9F

RGB

 RED value IS 242 (94.92% from 255) = 42.01%

 GREEN value IS 175 (68.75% from 255) = 30.38%

 BLUE value IS 159 (62.5% from 255) = 27.6%

R = 42.01%
G = 30.38%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2AF9F (or 0xF2AF9F) is known color: Wax Flower. HEX triplet: F2, AF and 9F. RGB value is (242,175,159). Sum of RGB (Red+Green+Blue) = 242+175+159=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF9F is #0D5060. Grayscale: #C1C1C1. Windows color (decimal): -872545 or 10465266. OLE color: 10465266.

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

Color convert

RGB 242 175 159 -
CMYK 0 0.28 0.34 0.05
HSL 11.57º 0.76% 0.79% -
HSV(B) 11.57º 0.34% 0.95% -
XYZ 58.21 52.04 39.78 -
YUV 193.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 242 175 159 0 0.28 0.34 0.05 11.57 0.76 0.79
Hex F2 AF 9F 0 1C 22 5 C 4C 4F
Octal 362 257 237 0 34 42 5 14 114 117
Binary 11110010 10101111 10011111 0 11100 100010 101 1100 1001100 1001111

Color Harmonies of #F2AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF9F

Black with #F2AF9F

Text Example


Text Example

White with #F2AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF9F; }

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

 H1.HeaderClassName
 {
   color: #F2AF9F;
 }
 .AnyTagClassName
 {
   color: #F2AF9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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