Html Css Color HEX #F5D1AF Pink Lady

📋 copy color: '#F5D1AF'

red 245 ◦ green 209 ◦ blue 175

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

Shades of Pink Lady #F5D1AF

Tints of Pink Lady #F5D1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.82%

R = 38.95%
G = 33.23%
B = 27.82%

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

#F5D1AF (or 0xF5D1AF) is known color: Pink Lady. HEX triplet: F5, D1 and AF. RGB value is (245,209,175). Sum of RGB (Red+Green+Blue) = 245+209+175=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D1AF is #0A2E50. Grayscale: #D8D8D8. Windows color (decimal): -667217 or 11522549. OLE color: 11522549.

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

Color convert

RGB 245 209 175 -
CMYK 0 0.15 0.29 0.04
HSL 29.14º 0.78% 0.82% -
HSV(B) 29.14º 0.29% 0.96% -
XYZ 68.19 68.11 50.11 -
YUV 215.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 245 209 175 0 0.15 0.29 0.04 29.14 0.78 0.82
Hex F5 D1 AF 0 F 1D 4 1D 4E 52
Octal 365 321 257 0 17 35 4 35 116 122
Binary 11110101 11010001 10101111 0 1111 11101 100 11101 1001110 1010010

Color Harmonies of #F5D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D1AF

Black with #F5D1AF

Text Example


Text Example

White with #F5D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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