#F8DAB8

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

Shades of Pink Lady #F8DAB8

Tints of Pink Lady #F8DAB8

Color information

#F8DAB8 (or 0xF8DAB8) is unknown color: approx Pink Lady. HEX triplet: F8, DA and B8. RGB value is (248,218,184). Sum of RGB (Red+Green+Blue) = 248+218+184=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 184 (72.27% from 255 or 28.31% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DAB8 is #072547. Grayscale: #DFDFDF. Windows color (decimal): -468296 or 12114680. OLE color: 12114680.

HSL color Cylindrical-coordinate representation of color #F8DAB8: hue angle of 31.88º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8DAB8 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248218184-
CMYK00.120.260.03
HSL31.88º82.05%84.71%-
HSV(B)31.88º25.81%97.25%-
XYZ72.4373.5655.73-
YUV223.09105.94145.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.15%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 184 (72.27% from 255) = 28.31%
R=38.15%
G=33.54%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821818400.120.260.0331.8882.0584.71
HexF8DAB80C1A3205255
Octal37033227001432340122125
Binary11111000110110101011100001100110101110000010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DAB8; }

 p { color: rgb(248,218,184); }

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

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

 a { background-color: rgb(248,218,184); }

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

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

 span { border-color: rgb(248,218,184); }

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