Html Css Color HEX #F5B48C Mandys Pink

📋 copy color: '#F5B48C'

red 245 ◦ green 180 ◦ blue 140

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

Shades of Mandys Pink #F5B48C

Tints of Mandys Pink #F5B48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.86%

 BLUE value IS 140 (55.08% from 255) = 24.78%

R = 43.36%
G = 31.86%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5B48C (or 0xF5B48C) is known color: Mandys Pink. HEX triplet: F5, B4 and 8C. RGB value is (245,180,140). Sum of RGB (Red+Green+Blue) = 245+180+140=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B48C is #0A4B73. Grayscale: #C3C3C3. Windows color (decimal): -674676 or 9221365. OLE color: 9221365.

HSL color Cylindrical-coordinate representation of color #F5B48C: hue angle of 22.86º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5B48C is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 180 140 -
CMYK 0 0.27 0.43 0.04
HSL 22.86º 0.84% 0.75% -
HSV(B) 22.86º 0.43% 0.96% -
XYZ 58.71 53.95 32.13 -
YUV 194.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 245 180 140 0 0.27 0.43 0.04 22.86 0.84 0.75
Hex F5 B4 8C 0 1B 2B 4 17 54 4B
Octal 365 264 214 0 33 53 4 27 124 113
Binary 11110101 10110100 10001100 0 11011 101011 100 10111 1010100 1001011

Color Harmonies of #F5B48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B48C

Black with #F5B48C

Text Example


Text Example

White with #F5B48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B48C; }

 p { color: rgb(245,180,140); }

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

background-color css

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

 a { background-color: rgb(245,180,140); }

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

border-color css

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

 span { border-color: rgb(245,180,140); }

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