Html Css Color HEX #F5DAB5 Pink Lady

📋 copy color: '#F5DAB5'

red 245 ◦ green 218 ◦ blue 181

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

Shades of Pink Lady #F5DAB5

Tints of Pink Lady #F5DAB5

RGB

 RED value IS 245 (96.09% from 255) = 38.04%

 GREEN value IS 218 (85.55% from 255) = 33.85%

 BLUE value IS 181 (71.09% from 255) = 28.11%

R = 38.04%
G = 33.85%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F5DAB5 (or 0xF5DAB5) is known color: Pink Lady. HEX triplet: F5, DA and B5. RGB value is (245,218,181). Sum of RGB (Red+Green+Blue) = 245+218+181=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DAB5 is #0A254A. Grayscale: #DEDEDE. Windows color (decimal): -664907 or 11918069. OLE color: 11918069.

HSL color Cylindrical-coordinate representation of color #F5DAB5: hue angle of 34.69º 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 #F5DAB5 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 218 181 -
CMYK 0 0.11 0.26 0.04
HSL 34.69º 0.76% 0.84% -
HSV(B) 34.69º 0.26% 0.96% -
XYZ 71.07 72.89 54.04 -
YUV 221.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 245 218 181 0 0.11 0.26 0.04 34.69 0.76 0.84
Hex F5 DA B5 0 B 1A 4 23 4C 54
Octal 365 332 265 0 13 32 4 43 114 124
Binary 11110101 11011010 10110101 0 1011 11010 100 100011 1001100 1010100

Color Harmonies of #F5DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DAB5

Black with #F5DAB5

Text Example


Text Example

White with #F5DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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