Html Css Color HEX #F5DAB7 Pink Lady

📋 copy color: '#F5DAB7'

red 245 ◦ green 218 ◦ blue 183

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

Shades of Pink Lady #F5DAB7

Tints of Pink Lady #F5DAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.33%

R = 37.93%
G = 33.75%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F5DAB7 (or 0xF5DAB7) is known color: Pink Lady. HEX triplet: F5, DA and B7. RGB value is (245,218,183). Sum of RGB (Red+Green+Blue) = 245+218+183=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 183 (71.88% from 255 or 28.33% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DAB7 is #0A2548. Grayscale: #DEDEDE. Windows color (decimal): -664905 or 12049141. OLE color: 12049141.

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

Color convert

RGB 245 218 183 -
CMYK 0 0.11 0.25 0.04
HSL 33.87º 0.76% 0.84% -
HSV(B) 33.87º 0.25% 0.96% -
XYZ 71.27 72.97 55.13 -
YUV 222.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 245 218 183 0 0.11 0.25 0.04 33.87 0.76 0.84
Hex F5 DA B7 0 B 19 4 22 4C 54
Octal 365 332 267 0 13 31 4 42 114 124
Binary 11110101 11011010 10110111 0 1011 11001 100 100010 1001100 1010100

Color Harmonies of #F5DAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DAB7

Black with #F5DAB7

Text Example


Text Example

White with #F5DAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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