Html Css Color HEX #F1AE9A Wax Flower

📋 copy color: '#F1AE9A'

red 241 ◦ green 174 ◦ blue 154

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

Shades of Wax Flower #F1AE9A

Tints of Wax Flower #F1AE9A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.58%

 BLUE value IS 154 (60.55% from 255) = 27.07%

R = 42.36%
G = 30.58%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1AE9A (or 0xF1AE9A) is known color: Wax Flower. HEX triplet: F1, AE and 9A. RGB value is (241,174,154). Sum of RGB (Red+Green+Blue) = 241+174+154=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AE9A is #0E5165. Grayscale: #BFBFBF. Windows color (decimal): -938342 or 10137329. OLE color: 10137329.

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

Color convert

RGB 241 174 154 -
CMYK 0 0.28 0.36 0.05
HSL 13.79º 0.76% 0.77% -
HSV(B) 13.79º 0.36% 0.95% -
XYZ 57.24 51.31 37.46 -
YUV 191.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 241 174 154 0 0.28 0.36 0.05 13.79 0.76 0.77
Hex F1 AE 9A 0 1C 24 5 E 4C 4D
Octal 361 256 232 0 34 44 5 16 114 115
Binary 11110001 10101110 10011010 0 11100 100100 101 1110 1001100 1001101

Color Harmonies of #F1AE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AE9A

Black with #F1AE9A

Text Example


Text Example

White with #F1AE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AE9A; }

 p { color: rgb(241,174,154); }

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

background-color css

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

 a { background-color: rgb(241,174,154); }

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

border-color css

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

 span { border-color: rgb(241,174,154); }

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