Html Css Color HEX #F1A997 Wax Flower

📋 copy color: '#F1A997'

red 241 ◦ green 169 ◦ blue 151

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

Shades of Wax Flower #F1A997

Tints of Wax Flower #F1A997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.12%

 BLUE value IS 151 (59.38% from 255) = 26.92%

R = 42.96%
G = 30.12%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1A997 (or 0xF1A997) is known color: Wax Flower. HEX triplet: F1, A9 and 97. RGB value is (241,169,151). Sum of RGB (Red+Green+Blue) = 241+169+151=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A997 is #0E5668. Grayscale: #BCBCBC. Windows color (decimal): -939625 or 9939441. OLE color: 9939441.

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

Color convert

RGB 241 169 151 -
CMYK 0 0.30 0.37 0.05
HSL 12º 0.76% 0.77% -
HSV(B) 12º 0.37% 0.95% -
XYZ 56.05 49.31 35.84 -
YUV 188.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 241 169 151 0 0.30 0.37 0.05 12 0.76 0.77
Hex F1 A9 97 0 1E 25 5 C 4C 4D
Octal 361 251 227 0 36 45 5 14 114 115
Binary 11110001 10101001 10010111 0 11110 100101 101 1100 1001100 1001101

Color Harmonies of #F1A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A997

Black with #F1A997

Text Example


Text Example

White with #F1A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A997; }

 p { color: rgb(241,169,151); }

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

background-color css

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

 a { background-color: rgb(241,169,151); }

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

border-color css

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

 span { border-color: rgb(241,169,151); }

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