#F8ADB1

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

Shades of Light Pink #F8ADB1

Tints of Light Pink #F8ADB1

Color information

#F8ADB1 (or 0xF8ADB1) is unknown color: approx Light Pink. HEX triplet: F8, AD and B1. RGB value is (248,173,177). Sum of RGB (Red+Green+Blue) = 248+173+177=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ADB1 is #07524E. Grayscale: #C3C3C3. Windows color (decimal): -479823 or 11644408. OLE color: 11644408.

HSL color Cylindrical-coordinate representation of color #F8ADB1: hue angle of 356.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADB1 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB248173177-
CMYK00.300.290.03
HSL356.8º84.27%82.55%-
HSV(B)356.8º30.24%97.25%-
XYZ61.5953.0248.58-
YUV195.88117.35165.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.47%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 177 (69.53% from 255) = 29.60%
R=41.47%
G=28.93%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817317700.300.290.03356.884.2782.55
HexF8ADB101E1D31655453
Octal370255261036353545124123
Binary111110001010110110110001011110111011110110010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADB1; }

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

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

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

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

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

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

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

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