Html Css Color HEX #F1AD99 Wax Flower

📋 copy color: '#F1AD99'

red 241 ◦ green 173 ◦ blue 153

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

Shades of Wax Flower #F1AD99

Tints of Wax Flower #F1AD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.51%

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

R = 42.5%
G = 30.51%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1AD99 (or 0xF1AD99) is known color: Wax Flower. HEX triplet: F1, AD and 99. RGB value is (241,173,153). Sum of RGB (Red+Green+Blue) = 241+173+153=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AD99 is #0E5266. Grayscale: #BFBFBF. Windows color (decimal): -938599 or 10071537. OLE color: 10071537.

HSL color Cylindrical-coordinate representation of color #F1AD99: hue angle of 13.64º 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 #F1AD99 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 153 -
CMYK 0 0.28 0.37 0.05
HSL 13.64º 0.76% 0.77% -
HSV(B) 13.64º 0.37% 0.95% -
XYZ 56.97 50.89 36.96 -
YUV 191.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 241 173 153 0 0.28 0.37 0.05 13.64 0.76 0.77
Hex F1 AD 99 0 1C 25 5 E 4C 4D
Octal 361 255 231 0 34 45 5 16 114 115
Binary 11110001 10101101 10011001 0 11100 100101 101 1110 1001100 1001101

Color Harmonies of #F1AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD99

Black with #F1AD99

Text Example


Text Example

White with #F1AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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