Html Css Color HEX #F5D1AE Pink Lady

📋 copy color: '#F5D1AE'

red 245 ◦ green 209 ◦ blue 174

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

Shades of Pink Lady #F5D1AE

Tints of Pink Lady #F5D1AE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.28%

 BLUE value IS 174 (68.36% from 255) = 27.71%

R = 39.01%
G = 33.28%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5D1AE (or 0xF5D1AE) is known color: Pink Lady. HEX triplet: F5, D1 and AE. RGB value is (245,209,174). Sum of RGB (Red+Green+Blue) = 245+209+174=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D1AE is #0A2E51. Grayscale: #D7D7D7. Windows color (decimal): -667218 or 11457013. OLE color: 11457013.

HSL color Cylindrical-coordinate representation of color #F5D1AE: hue angle of 29.58º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5D1AE is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 209 174 -
CMYK 0 0.15 0.29 0.04
HSL 29.58º 0.78% 0.82% -
HSV(B) 29.58º 0.29% 0.96% -
XYZ 68.1 68.07 49.59 -
YUV 215.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 245 209 174 0 0.15 0.29 0.04 29.58 0.78 0.82
Hex F5 D1 AE 0 F 1D 4 1E 4E 52
Octal 365 321 256 0 17 35 4 36 116 122
Binary 11110101 11010001 10101110 0 1111 11101 100 11110 1001110 1010010

Color Harmonies of #F5D1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D1AE

Black with #F5D1AE

Text Example


Text Example

White with #F5D1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D1AE; }

 p { color: rgb(245,209,174); }

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

background-color css

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

 a { background-color: rgb(245,209,174); }

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

border-color css

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

 span { border-color: rgb(245,209,174); }

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