Html Css Color HEX #F5BA92 Mandys Pink

📋 copy color: '#F5BA92'

red 245 ◦ green 186 ◦ blue 146

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

Shades of Mandys Pink #F5BA92

Tints of Mandys Pink #F5BA92

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.24%

 BLUE value IS 146 (57.42% from 255) = 25.3%

R = 42.46%
G = 32.24%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F5BA92 (or 0xF5BA92) is known color: Mandys Pink. HEX triplet: F5, BA and 92. RGB value is (245,186,146). Sum of RGB (Red+Green+Blue) = 245+186+146=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BA92 is #0A456D. Grayscale: #C7C7C7. Windows color (decimal): -673134 or 9616117. OLE color: 9616117.

HSL color Cylindrical-coordinate representation of color #F5BA92: hue angle of 24.24º 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 #F5BA92 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 146 -
CMYK 0 0.24 0.40 0.04
HSL 24.24º 0.83% 0.77% -
HSV(B) 24.24º 0.4% 0.96% -
XYZ 60.4 56.61 34.94 -
YUV 199.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 245 186 146 0 0.24 0.40 0.04 24.24 0.83 0.77
Hex F5 BA 92 0 18 28 4 18 53 4D
Octal 365 272 222 0 30 50 4 30 123 115
Binary 11110101 10111010 10010010 0 11000 101000 100 11000 1010011 1001101

Color Harmonies of #F5BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA92

Black with #F5BA92

Text Example


Text Example

White with #F5BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA92; }

 p { color: rgb(245,186,146); }

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

background-color css

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

 a { background-color: rgb(245,186,146); }

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

border-color css

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

 span { border-color: rgb(245,186,146); }

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