Html Css Color HEX #F5D6AF Pink Lady

📋 copy color: '#F5D6AF'

red 245 ◦ green 214 ◦ blue 175

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

Shades of Pink Lady #F5D6AF

Tints of Pink Lady #F5D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.75%

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

R = 38.64%
G = 33.75%
B = 27.6%

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

#F5D6AF (or 0xF5D6AF) is known color: Pink Lady. HEX triplet: F5, D6 and AF. RGB value is (245,214,175). Sum of RGB (Red+Green+Blue) = 245+214+175=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D6AF is #0A2950. Grayscale: #DBDBDB. Windows color (decimal): -665937 or 11523829. OLE color: 11523829.

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

Color convert

RGB 245 214 175 -
CMYK 0 0.13 0.29 0.04
HSL 33.43º 0.78% 0.82% -
HSV(B) 33.43º 0.29% 0.96% -
XYZ 69.44 70.6 50.52 -
YUV 218.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 245 214 175 0 0.13 0.29 0.04 33.43 0.78 0.82
Hex F5 D6 AF 0 D 1D 4 21 4E 52
Octal 365 326 257 0 15 35 4 41 116 122
Binary 11110101 11010110 10101111 0 1101 11101 100 100001 1001110 1010010

Color Harmonies of #F5D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D6AF

Black with #F5D6AF

Text Example


Text Example

White with #F5D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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