Html Css Color HEX #F1AF99 Wax Flower

📋 copy color: '#F1AF99'

red 241 ◦ green 175 ◦ blue 153

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

Shades of Wax Flower #F1AF99

Tints of Wax Flower #F1AF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.89%

R = 42.36%
G = 30.76%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1AF99 (or 0xF1AF99) is known color: Wax Flower. HEX triplet: F1, AF and 99. RGB value is (241,175,153). Sum of RGB (Red+Green+Blue) = 241+175+153=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AF99 is #0E5066. Grayscale: #C0C0C0. Windows color (decimal): -938087 or 10072049. OLE color: 10072049.

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

Color convert

RGB 241 175 153 -
CMYK 0 0.27 0.37 0.05
HSL 15º 0.76% 0.77% -
HSV(B) 15º 0.37% 0.95% -
XYZ 57.36 51.66 37.09 -
YUV 192.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 241 175 153 0 0.27 0.37 0.05 15 0.76 0.77
Hex F1 AF 99 0 1B 25 5 F 4C 4D
Octal 361 257 231 0 33 45 5 17 114 115
Binary 11110001 10101111 10011001 0 11011 100101 101 1111 1001100 1001101

Color Harmonies of #F1AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF99

Black with #F1AF99

Text Example


Text Example

White with #F1AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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