Html Css Color HEX #F5B68C Mandys Pink

📋 copy color: '#F5B68C'

red 245 ◦ green 182 ◦ blue 140

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

Shades of Mandys Pink #F5B68C

Tints of Mandys Pink #F5B68C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.1%

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

R = 43.21%
G = 32.1%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5B68C (or 0xF5B68C) is known color: Mandys Pink. HEX triplet: F5, B6 and 8C. RGB value is (245,182,140). Sum of RGB (Red+Green+Blue) = 245+182+140=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B68C is #0A4973. Grayscale: #C4C4C4. Windows color (decimal): -674164 or 9221877. OLE color: 9221877.

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

Color convert

RGB 245 182 140 -
CMYK 0 0.26 0.43 0.04
HSL 24º 0.84% 0.75% -
HSV(B) 24º 0.43% 0.96% -
XYZ 59.12 54.76 32.27 -
YUV 196.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 245 182 140 0 0.26 0.43 0.04 24 0.84 0.75
Hex F5 B6 8C 0 1A 2B 4 18 54 4B
Octal 365 266 214 0 32 53 4 30 124 113
Binary 11110101 10110110 10001100 0 11010 101011 100 11000 1010100 1001011

Color Harmonies of #F5B68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B68C

Black with #F5B68C

Text Example


Text Example

White with #F5B68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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