Html Css Color HEX #F6D5AF Pink Lady

📋 copy color: '#F6D5AF'

red 246 ◦ green 213 ◦ blue 175

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

Shades of Pink Lady #F6D5AF

Tints of Pink Lady #F6D5AF

RGB

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

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

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

R = 38.8%
G = 33.6%
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

#F6D5AF (or 0xF6D5AF) is known color: Pink Lady. HEX triplet: F6, D5 and AF. RGB value is (246,213,175). Sum of RGB (Red+Green+Blue) = 246+213+175=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D5AF is #092A50. Grayscale: #DADADA. Windows color (decimal): -600657 or 11523574. OLE color: 11523574.

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

Color convert

RGB 246 213 175 -
CMYK 0 0.13 0.29 0.04
HSL 32.11º 0.8% 0.83% -
HSV(B) 32.11º 0.29% 0.96% -
XYZ 69.54 70.28 50.46 -
YUV 218.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 246 213 175 0 0.13 0.29 0.04 32.11 0.8 0.83
Hex F6 D5 AF 0 D 1D 4 20 50 53
Octal 366 325 257 0 15 35 4 40 120 123
Binary 11110110 11010101 10101111 0 1101 11101 100 100000 1010000 1010011

Color Harmonies of #F6D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D5AF

Black with #F6D5AF

Text Example


Text Example

White with #F6D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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