Html Css Color HEX #F1AF9D Wax Flower

📋 copy color: '#F1AF9D'

red 241 ◦ green 175 ◦ blue 157

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

Shades of Wax Flower #F1AF9D

Tints of Wax Flower #F1AF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.4%

R = 42.06%
G = 30.54%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1AF9D (or 0xF1AF9D) is known color: Wax Flower. HEX triplet: F1, AF and 9D. RGB value is (241,175,157). Sum of RGB (Red+Green+Blue) = 241+175+157=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AF9D is #0E5062. Grayscale: #C0C0C0. Windows color (decimal): -938083 or 10334193. OLE color: 10334193.

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

Color convert

RGB 241 175 157 -
CMYK 0 0.27 0.35 0.05
HSL 12.86º 0.75% 0.78% -
HSV(B) 12.86º 0.35% 0.95% -
XYZ 57.69 51.8 38.86 -
YUV 192.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 241 175 157 0 0.27 0.35 0.05 12.86 0.75 0.78
Hex F1 AF 9D 0 1B 23 5 D 4B 4E
Octal 361 257 235 0 33 43 5 15 113 116
Binary 11110001 10101111 10011101 0 11011 100011 101 1101 1001011 1001110

Color Harmonies of #F1AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF9D

Black with #F1AF9D

Text Example


Text Example

White with #F1AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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