Html Css Color HEX #F6D7AF Pink Lady

📋 copy color: '#F6D7AF'

red 246 ◦ green 215 ◦ blue 175

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

Shades of Pink Lady #F6D7AF

Tints of Pink Lady #F6D7AF

RGB

 RED value IS 246 (96.48% from 255) = 38.68%

 GREEN value IS 215 (84.38% from 255) = 33.81%

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

R = 38.68%
G = 33.81%
B = 27.52%

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

#F6D7AF (or 0xF6D7AF) is known color: Pink Lady. HEX triplet: F6, D7 and AF. RGB value is (246,215,175). Sum of RGB (Red+Green+Blue) = 246+215+175=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D7AF is #092850. Grayscale: #DBDBDB. Windows color (decimal): -600145 or 11524086. OLE color: 11524086.

HSL color Cylindrical-coordinate representation of color #F6D7AF: hue angle of 33.8º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6D7AF is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 215 175 -
CMYK 0 0.13 0.29 0.04
HSL 33.8º 0.8% 0.83% -
HSV(B) 33.8º 0.29% 0.96% -
XYZ 70.04 71.29 50.63 -
YUV 219.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 246 215 175 0 0.13 0.29 0.04 33.8 0.8 0.83
Hex F6 D7 AF 0 D 1D 4 22 50 53
Octal 366 327 257 0 15 35 4 42 120 123
Binary 11110110 11010111 10101111 0 1101 11101 100 100010 1010000 1010011

Color Harmonies of #F6D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D7AF

Black with #F6D7AF

Text Example


Text Example

White with #F6D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D7AF; }

 p { color: rgb(246,215,175); }

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

background-color css

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

 a { background-color: rgb(246,215,175); }

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

border-color css

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

 span { border-color: rgb(246,215,175); }

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