Html Css Color HEX #F0AC8B Mandys Pink

📋 copy color: '#F0AC8B'

red 240 ◦ green 172 ◦ blue 139

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

Shades of Mandys Pink #F0AC8B

Tints of Mandys Pink #F0AC8B

RGB

 RED value IS 240 (94.14% from 255) = 43.56%

 GREEN value IS 172 (67.58% from 255) = 31.22%

 BLUE value IS 139 (54.69% from 255) = 25.23%

R = 43.56%
G = 31.22%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0AC8B (or 0xF0AC8B) is known color: Mandys Pink. HEX triplet: F0, AC and 8B. RGB value is (240,172,139). Sum of RGB (Red+Green+Blue) = 240+172+139=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AC8B is #0F5374. Grayscale: #BCBCBC. Windows color (decimal): -1004405 or 9153776. OLE color: 9153776.

HSL color Cylindrical-coordinate representation of color #F0AC8B: hue angle of 19.6º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0AC8B is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 139 -
CMYK 0 0.28 0.42 0.06
HSL 19.6º 0.77% 0.74% -
HSV(B) 19.6º 0.42% 0.94% -
XYZ 55.35 49.89 31.14 -
YUV 188.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 240 172 139 0 0.28 0.42 0.06 19.6 0.77 0.74
Hex F0 AC 8B 0 1C 2A 6 14 4D 4A
Octal 360 254 213 0 34 52 6 24 115 112
Binary 11110000 10101100 10001011 0 11100 101010 110 10100 1001101 1001010

Color Harmonies of #F0AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC8B

Black with #F0AC8B

Text Example


Text Example

White with #F0AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC8B; }

 p { color: rgb(240,172,139); }

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

background-color css

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

 a { background-color: rgb(240,172,139); }

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

border-color css

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

 span { border-color: rgb(240,172,139); }

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