Html Css Color HEX #F7D5AF Pink Lady

📋 copy color: '#F7D5AF'

red 247 ◦ green 213 ◦ blue 175

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

Shades of Pink Lady #F7D5AF

Tints of Pink Lady #F7D5AF

RGB

 RED value IS 247 (96.88% from 255) = 38.9%

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

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

R = 38.9%
G = 33.54%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F7D5AF (or 0xF7D5AF) is known color: Pink Lady. HEX triplet: F7, D5 and AF. RGB value is (247,213,175). Sum of RGB (Red+Green+Blue) = 247+213+175=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D5AF is #082A50. Grayscale: #DBDBDB. Windows color (decimal): -535121 or 11523575. OLE color: 11523575.

HSL color Cylindrical-coordinate representation of color #F7D5AF: hue angle of 31.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7D5AF is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 213 175 -
CMYK 0 0.14 0.29 0.03
HSL 31.67º 0.82% 0.83% -
HSV(B) 31.67º 0.29% 0.97% -
XYZ 69.89 70.46 50.47 -
YUV 218.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 247 213 175 0 0.14 0.29 0.03 31.67 0.82 0.83
Hex F7 D5 AF 0 E 1D 3 20 52 53
Octal 367 325 257 0 16 35 3 40 122 123
Binary 11110111 11010101 10101111 0 1110 11101 11 100000 1010010 1010011

Color Harmonies of #F7D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D5AF

Black with #F7D5AF

Text Example


Text Example

White with #F7D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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