Html Css Color HEX #F5D5AF Pink Lady

📋 copy color: '#F5D5AF'

red 245 ◦ green 213 ◦ blue 175

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

Shades of Pink Lady #F5D5AF

Tints of Pink Lady #F5D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.65%

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

R = 38.7%
G = 33.65%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5D5AF (or 0xF5D5AF) is known color: Pink Lady. HEX triplet: F5, D5 and AF. RGB value is (245,213,175). Sum of RGB (Red+Green+Blue) = 245+213+175=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D5AF is #0A2A50. Grayscale: #DADADA. Windows color (decimal): -666193 or 11523573. OLE color: 11523573.

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

Color convert

RGB 245 213 175 -
CMYK 0 0.13 0.29 0.04
HSL 32.57º 0.78% 0.82% -
HSV(B) 32.57º 0.29% 0.96% -
XYZ 69.19 70.1 50.44 -
YUV 218.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 245 213 175 0 0.13 0.29 0.04 32.57 0.78 0.82
Hex F5 D5 AF 0 D 1D 4 21 4E 52
Octal 365 325 257 0 15 35 4 41 116 122
Binary 11110101 11010101 10101111 0 1101 11101 100 100001 1001110 1010010

Color Harmonies of #F5D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D5AF

Black with #F5D5AF

Text Example


Text Example

White with #F5D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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