Html Css Color HEX #F6D8AB Peach-Yellow

📋 copy color: '#F6D8AB'

red 246 ◦ green 216 ◦ blue 171

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

Shades of Peach-Yellow #F6D8AB

Tints of Peach-Yellow #F6D8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.12%

 BLUE value IS 171 (67.19% from 255) = 27.01%

R = 38.86%
G = 34.12%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6D8AB (or 0xF6D8AB) is known color: Peach-Yellow. HEX triplet: F6, D8 and AB. RGB value is (246,216,171). Sum of RGB (Red+Green+Blue) = 246+216+171=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D8AB is #092754. Grayscale: #DCDCDC. Windows color (decimal): -599893 or 11262198. OLE color: 11262198.

HSL color Cylindrical-coordinate representation of color #F6D8AB: hue angle of 36º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6D8AB is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 216 171 -
CMYK 0 0.12 0.30 0.04
HSL 36º 0.81% 0.82% -
HSV(B) 36º 0.3% 0.96% -
XYZ 69.91 71.64 48.67 -
YUV 219.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 246 216 171 0 0.12 0.30 0.04 36 0.81 0.82
Hex F6 D8 AB 0 C 1E 4 24 51 52
Octal 366 330 253 0 14 36 4 44 121 122
Binary 11110110 11011000 10101011 0 1100 11110 100 100100 1010001 1010010

Color Harmonies of #F6D8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D8AB

Black with #F6D8AB

Text Example


Text Example

White with #F6D8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D8AB; }

 p { color: rgb(246,216,171); }

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

background-color css

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

 a { background-color: rgb(246,216,171); }

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

border-color css

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

 span { border-color: rgb(246,216,171); }

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