#F8AD8D

Color #F8AD8D Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #F8AD8D

Tints of Mandys Pink #F8AD8D

Color information

#F8AD8D (or 0xF8AD8D) is unknown color: approx Mandys Pink. HEX triplet: F8, AD and 8D. RGB value is (248,173,141). Sum of RGB (Red+Green+Blue) = 248+173+141=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AD8D is #075272. Grayscale: #BFBFBF. Windows color (decimal): -479859 or 9285112. OLE color: 9285112.

HSL color Cylindrical-coordinate representation of color #F8AD8D: hue angle of 17.94º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8AD8D is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248173141-
CMYK00.300.430.03
HSL17.94º88.43%76.27%-
HSV(B)17.94º43.15%97.25%-
XYZ58.4651.7732.11-
YUV191.7899.35168.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.13%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 141 (55.47% from 255) = 25.09%
R=44.13%
G=30.78%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817314100.300.430.0317.9488.4376.27
HexF8AD8D01E2B312584c
Octal37025521503653322130114
Binary111110001010110110001101011110101011111001010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AD8D; }

 p { color: rgb(248,173,141); }

 H1.HeaderClassName
 {
   color: #F8AD8D;
 }
 .AnyTagClassName
 {
   color: #F8AD8D;
 }
</style>
background-color css

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

 a { background-color: rgb(248,173,141); }

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

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

 span { border-color: rgb(248,173,141); }

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