Html Css Color HEX #F6D6AE Pink Lady

📋 copy color: '#F6D6AE'

red 246 ◦ green 214 ◦ blue 174

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

Shades of Pink Lady #F6D6AE

Tints of Pink Lady #F6D6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.44%

R = 38.8%
G = 33.75%
B = 27.44%

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

#F6D6AE (or 0xF6D6AE) is known color: Pink Lady. HEX triplet: F6, D6 and AE. RGB value is (246,214,174). Sum of RGB (Red+Green+Blue) = 246+214+174=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D6AE is #092951. Grayscale: #DBDBDB. Windows color (decimal): -600402 or 11458294. OLE color: 11458294.

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

Color convert

RGB 246 214 174 -
CMYK 0 0.13 0.29 0.04
HSL 33.33º 0.8% 0.82% -
HSV(B) 33.33º 0.29% 0.96% -
XYZ 69.69 70.74 50.03 -
YUV 219.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 246 214 174 0 0.13 0.29 0.04 33.33 0.8 0.82
Hex F6 D6 AE 0 D 1D 4 21 50 52
Octal 366 326 256 0 15 35 4 41 120 122
Binary 11110110 11010110 10101110 0 1101 11101 100 100001 1010000 1010010

Color Harmonies of #F6D6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D6AE

Black with #F6D6AE

Text Example


Text Example

White with #F6D6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D6AE; }

 p { color: rgb(246,214,174); }

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

background-color css

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

 a { background-color: rgb(246,214,174); }

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

border-color css

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

 span { border-color: rgb(246,214,174); }

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