Html Css Color HEX #F4AE96 Wax Flower

📋 copy color: '#F4AE96'

red 244 ◦ green 174 ◦ blue 150

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

Shades of Wax Flower #F4AE96

Tints of Wax Flower #F4AE96

RGB

 RED value IS 244 (95.7% from 255) = 42.96%

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

 BLUE value IS 150 (58.98% from 255) = 26.41%

R = 42.96%
G = 30.63%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F4AE96 (or 0xF4AE96) is known color: Wax Flower. HEX triplet: F4, AE and 96. RGB value is (244,174,150). Sum of RGB (Red+Green+Blue) = 244+174+150=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AE96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AE96 is #0B5169. Grayscale: #C0C0C0. Windows color (decimal): -741738 or 9875188. OLE color: 9875188.

HSL color Cylindrical-coordinate representation of color #F4AE96: hue angle of 15.32º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4AE96 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 174 150 -
CMYK 0 0.29 0.39 0.04
HSL 15.32º 0.81% 0.77% -
HSV(B) 15.32º 0.39% 0.96% -
XYZ 57.95 51.71 35.78 -
YUV 192.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 244 174 150 0 0.29 0.39 0.04 15.32 0.81 0.77
Hex F4 AE 96 0 1D 27 4 F 51 4D
Octal 364 256 226 0 35 47 4 17 121 115
Binary 11110100 10101110 10010110 0 11101 100111 100 1111 1010001 1001101

Color Harmonies of #F4AE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AE96

Black with #F4AE96

Text Example


Text Example

White with #F4AE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AE96; }

 p { color: rgb(244,174,150); }

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

background-color css

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

 a { background-color: rgb(244,174,150); }

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

border-color css

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

 span { border-color: rgb(244,174,150); }

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