Html Css Color HEX #F5BD9A Mandys Pink

📋 copy color: '#F5BD9A'

red 245 ◦ green 189 ◦ blue 154

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

Shades of Mandys Pink #F5BD9A

Tints of Mandys Pink #F5BD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

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

R = 41.67%
G = 32.14%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5BD9A (or 0xF5BD9A) is known color: Mandys Pink. HEX triplet: F5, BD and 9A. RGB value is (245,189,154). Sum of RGB (Red+Green+Blue) = 245+189+154=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BD9A is #0A4265. Grayscale: #C9C9C9. Windows color (decimal): -672358 or 10141173. OLE color: 10141173.

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

Color convert

RGB 245 189 154 -
CMYK 0 0.23 0.37 0.04
HSL 23.08º 0.82% 0.78% -
HSV(B) 23.08º 0.37% 0.96% -
XYZ 61.69 58.14 38.54 -
YUV 201.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 245 189 154 0 0.23 0.37 0.04 23.08 0.82 0.78
Hex F5 BD 9A 0 17 25 4 17 52 4E
Octal 365 275 232 0 27 45 4 27 122 116
Binary 11110101 10111101 10011010 0 10111 100101 100 10111 1010010 1001110

Color Harmonies of #F5BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BD9A

Black with #F5BD9A

Text Example


Text Example

White with #F5BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BD9A; }

 p { color: rgb(245,189,154); }

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

background-color css

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

 a { background-color: rgb(245,189,154); }

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

border-color css

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

 span { border-color: rgb(245,189,154); }

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