Html Css Color HEX #F6D2AF Pink Lady

📋 copy color: '#F6D2AF'

red 246 ◦ green 210 ◦ blue 175

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

Shades of Pink Lady #F6D2AF

Tints of Pink Lady #F6D2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.28%

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

R = 38.99%
G = 33.28%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6D2AF (or 0xF6D2AF) is known color: Pink Lady. HEX triplet: F6, D2 and AF. RGB value is (246,210,175). Sum of RGB (Red+Green+Blue) = 246+210+175=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D2AF is #092D50. Grayscale: #D8D8D8. Windows color (decimal): -601425 or 11522806. OLE color: 11522806.

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

Color convert

RGB 246 210 175 -
CMYK 0 0.15 0.29 0.04
HSL 29.58º 0.8% 0.83% -
HSV(B) 29.58º 0.29% 0.96% -
XYZ 68.79 68.78 50.21 -
YUV 216.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 246 210 175 0 0.15 0.29 0.04 29.58 0.8 0.83
Hex F6 D2 AF 0 F 1D 4 1E 50 53
Octal 366 322 257 0 17 35 4 36 120 123
Binary 11110110 11010010 10101111 0 1111 11101 100 11110 1010000 1010011

Color Harmonies of #F6D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D2AF

Black with #F6D2AF

Text Example


Text Example

White with #F6D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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