Html Css Color HEX #F5D4AF Pink Lady

📋 copy color: '#F5D4AF'

red 245 ◦ green 212 ◦ blue 175

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

Shades of Pink Lady #F5D4AF

Tints of Pink Lady #F5D4AF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.54%

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

R = 38.77%
G = 33.54%
B = 27.69%

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

#F5D4AF (or 0xF5D4AF) is known color: Pink Lady. HEX triplet: F5, D4 and AF. RGB value is (245,212,175). Sum of RGB (Red+Green+Blue) = 245+212+175=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D4AF is #0A2B50. Grayscale: #D9D9D9. Windows color (decimal): -666449 or 11523317. OLE color: 11523317.

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

Color convert

RGB 245 212 175 -
CMYK 0 0.13 0.29 0.04
HSL 31.71º 0.78% 0.82% -
HSV(B) 31.71º 0.29% 0.96% -
XYZ 68.94 69.59 50.36 -
YUV 217.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 245 212 175 0 0.13 0.29 0.04 31.71 0.78 0.82
Hex F5 D4 AF 0 D 1D 4 20 4E 52
Octal 365 324 257 0 15 35 4 40 116 122
Binary 11110101 11010100 10101111 0 1101 11101 100 100000 1001110 1010010

Color Harmonies of #F5D4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D4AF

Black with #F5D4AF

Text Example


Text Example

White with #F5D4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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