Html Css Color HEX #F6DDAB Peach-Yellow

📋 copy color: '#F6DDAB'

red 246 ◦ green 221 ◦ blue 171

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

Shades of Peach-Yellow #F6DDAB

Tints of Peach-Yellow #F6DDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.64%

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

R = 38.56%
G = 34.64%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6DDAB (or 0xF6DDAB) is known color: Peach-Yellow. HEX triplet: F6, DD and AB. RGB value is (246,221,171). Sum of RGB (Red+Green+Blue) = 246+221+171=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DDAB is #092254. Grayscale: #DFDFDF. Windows color (decimal): -598613 or 11263478. OLE color: 11263478.

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

Color convert

RGB 246 221 171 -
CMYK 0 0.10 0.30 0.04
HSL 40º 0.81% 0.82% -
HSV(B) 40º 0.3% 0.96% -
XYZ 71.21 74.25 49.11 -
YUV 222.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 246 221 171 0 0.10 0.30 0.04 40 0.81 0.82
Hex F6 DD AB 0 A 1E 4 28 51 52
Octal 366 335 253 0 12 36 4 50 121 122
Binary 11110110 11011101 10101011 0 1010 11110 100 101000 1010001 1010010

Color Harmonies of #F6DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DDAB

Black with #F6DDAB

Text Example


Text Example

White with #F6DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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