Html Css Color HEX #F5AE94 Mandys Pink

📋 copy color: '#F5AE94'

red 245 ◦ green 174 ◦ blue 148

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

Shades of Mandys Pink #F5AE94

Tints of Mandys Pink #F5AE94

RGB

 RED value IS 245 (96.09% from 255) = 43.21%

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

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 43.21%
G = 30.69%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F5AE94 (or 0xF5AE94) is known color: Mandys Pink. HEX triplet: F5, AE and 94. RGB value is (245,174,148). Sum of RGB (Red+Green+Blue) = 245+174+148=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AE94 is #0A516B. Grayscale: #C0C0C0. Windows color (decimal): -676204 or 9744117. OLE color: 9744117.

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

Color convert

RGB 245 174 148 -
CMYK 0 0.29 0.40 0.04
HSL 16.08º 0.83% 0.77% -
HSV(B) 16.08º 0.4% 0.96% -
XYZ 58.14 51.82 34.96 -
YUV 192.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 245 174 148 0 0.29 0.40 0.04 16.08 0.83 0.77
Hex F5 AE 94 0 1D 28 4 10 53 4D
Octal 365 256 224 0 35 50 4 20 123 115
Binary 11110101 10101110 10010100 0 11101 101000 100 10000 1010011 1001101

Color Harmonies of #F5AE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AE94

Black with #F5AE94

Text Example


Text Example

White with #F5AE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AE94; }

 p { color: rgb(245,174,148); }

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

background-color css

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

 a { background-color: rgb(245,174,148); }

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

border-color css

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

 span { border-color: rgb(245,174,148); }

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