Html Css Color HEX #F5AD90 Mandys Pink

📋 copy color: '#F5AD90'

red 245 ◦ green 173 ◦ blue 144

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

Shades of Mandys Pink #F5AD90

Tints of Mandys Pink #F5AD90

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.78%

 BLUE value IS 144 (56.64% from 255) = 25.62%

R = 43.59%
G = 30.78%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F5AD90 (or 0xF5AD90) is known color: Mandys Pink. HEX triplet: F5, AD and 90. RGB value is (245,173,144). Sum of RGB (Red+Green+Blue) = 245+173+144=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD90 is #0A526F. Grayscale: #BFBFBF. Windows color (decimal): -676464 or 9481717. OLE color: 9481717.

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

Color convert

RGB 245 173 144 -
CMYK 0 0.29 0.41 0.04
HSL 17.23º 0.83% 0.76% -
HSV(B) 17.23º 0.41% 0.96% -
XYZ 57.63 51.31 33.25 -
YUV 191.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 245 173 144 0 0.29 0.41 0.04 17.23 0.83 0.76
Hex F5 AD 90 0 1D 29 4 11 53 4C
Octal 365 255 220 0 35 51 4 21 123 114
Binary 11110101 10101101 10010000 0 11101 101001 100 10001 1010011 1001100

Color Harmonies of #F5AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD90

Black with #F5AD90

Text Example


Text Example

White with #F5AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD90; }

 p { color: rgb(245,173,144); }

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

background-color css

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

 a { background-color: rgb(245,173,144); }

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

border-color css

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

 span { border-color: rgb(245,173,144); }

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