Html Css Color HEX #F4AE98 Wax Flower

📋 copy color: '#F4AE98'

red 244 ◦ green 174 ◦ blue 152

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

Shades of Wax Flower #F4AE98

Tints of Wax Flower #F4AE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.67%

R = 42.81%
G = 30.53%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F4AE98 (or 0xF4AE98) is known color: Wax Flower. HEX triplet: F4, AE and 98. RGB value is (244,174,152). Sum of RGB (Red+Green+Blue) = 244+174+152=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AE98 is #0B5167. Grayscale: #C0C0C0. Windows color (decimal): -741736 or 10006260. OLE color: 10006260.

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

Color convert

RGB 244 174 152 -
CMYK 0 0.29 0.38 0.04
HSL 14.35º 0.81% 0.78% -
HSV(B) 14.35º 0.38% 0.96% -
XYZ 58.11 51.77 36.64 -
YUV 192.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 244 174 152 0 0.29 0.38 0.04 14.35 0.81 0.78
Hex F4 AE 98 0 1D 26 4 E 51 4E
Octal 364 256 230 0 35 46 4 16 121 116
Binary 11110100 10101110 10011000 0 11101 100110 100 1110 1010001 1001110

Color Harmonies of #F4AE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AE98

Black with #F4AE98

Text Example


Text Example

White with #F4AE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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