Html Css Color HEX #F2AF9E Wax Flower

📋 copy color: '#F2AF9E'

red 242 ◦ green 175 ◦ blue 158

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

Shades of Wax Flower #F2AF9E

Tints of Wax Flower #F2AF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.48%

R = 42.09%
G = 30.43%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2AF9E (or 0xF2AF9E) is known color: Wax Flower. HEX triplet: F2, AF and 9E. RGB value is (242,175,158). Sum of RGB (Red+Green+Blue) = 242+175+158=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF9E is #0D5061. Grayscale: #C1C1C1. Windows color (decimal): -872546 or 10399730. OLE color: 10399730.

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

Color convert

RGB 242 175 158 -
CMYK 0 0.28 0.35 0.05
HSL 12.14º 0.76% 0.78% -
HSV(B) 12.14º 0.35% 0.95% -
XYZ 58.12 52.01 39.32 -
YUV 193.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 242 175 158 0 0.28 0.35 0.05 12.14 0.76 0.78
Hex F2 AF 9E 0 1C 23 5 C 4C 4E
Octal 362 257 236 0 34 43 5 14 114 116
Binary 11110010 10101111 10011110 0 11100 100011 101 1100 1001100 1001110

Color Harmonies of #F2AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF9E

Black with #F2AF9E

Text Example


Text Example

White with #F2AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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