#f5dab6

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

Shades of Pink Lady #F5DAB6

Tints of Pink Lady #F5DAB6

Color information

#F5DAB6 (or 0xF5DAB6) is unknown color: approx Pink Lady. HEX triplet: F5, DA and B6. RGB value is (245,218,182). Sum of RGB (Red+Green+Blue) = 245+218+182=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 182 (71.48% from 255 or 28.22% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DAB6 is #0A2549. Grayscale: #DEDEDE. Windows color (decimal): -664906 or 11983605. OLE color: 11983605.

HSL color Cylindrical-coordinate representation of color #F5DAB6: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5DAB6 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB245218182-
CMYK00.110.260.04
HSL34.29º75.9%83.73%-
HSV(B)34.29º25.71%96.08%-
XYZ71.1772.9354.58-
YUV221.97105.45144.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.98%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 182 (71.48% from 255) = 28.22%
R=37.98%
G=33.80%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521818200.110.260.0434.2975.983.73
HexF5DAB60B1A4224c54
Octal36533226601332442114124
Binary111101011101101010110110010111101010010001010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5dab6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5dab6; }

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

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

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

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

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

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

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

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