Html Css Color HEX #F1AF9E Wax Flower

📋 copy color: '#F1AF9E'

red 241 ◦ green 175 ◦ blue 158

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

Shades of Wax Flower #F1AF9E

Tints of Wax Flower #F1AF9E

RGB

 RED value IS 241 (94.53% from 255) = 41.99%

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

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

R = 41.99%
G = 30.49%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1AF9E (or 0xF1AF9E) is known color: Wax Flower. HEX triplet: F1, AF and 9E. RGB value is (241,175,158). Sum of RGB (Red+Green+Blue) = 241+175+158=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AF9E is #0E5061. Grayscale: #C0C0C0. Windows color (decimal): -938082 or 10399729. OLE color: 10399729.

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

Color convert

RGB 241 175 158 -
CMYK 0 0.27 0.34 0.05
HSL 12.29º 0.75% 0.78% -
HSV(B) 12.29º 0.34% 0.95% -
XYZ 57.78 51.83 39.31 -
YUV 192.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 241 175 158 0 0.27 0.34 0.05 12.29 0.75 0.78
Hex F1 AF 9E 0 1B 22 5 C 4B 4E
Octal 361 257 236 0 33 42 5 14 113 116
Binary 11110001 10101111 10011110 0 11011 100010 101 1100 1001011 1001110

Color Harmonies of #F1AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF9E

Black with #F1AF9E

Text Example


Text Example

White with #F1AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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