Html Css Color HEX #F6DBAA Peach-Yellow

📋 copy color: '#F6DBAA'

red 246 ◦ green 219 ◦ blue 170

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

Shades of Peach-Yellow #F6DBAA

Tints of Peach-Yellow #F6DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.49%

 BLUE value IS 170 (66.8% from 255) = 26.77%

R = 38.74%
G = 34.49%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F6DBAA (or 0xF6DBAA) is known color: Peach-Yellow. HEX triplet: F6, DB and AA. RGB value is (246,219,170). Sum of RGB (Red+Green+Blue) = 246+219+170=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DBAA is #092455. Grayscale: #DDDDDD. Windows color (decimal): -599126 or 11197430. OLE color: 11197430.

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

Color convert

RGB 246 219 170 -
CMYK 0 0.11 0.31 0.04
HSL 38.68º 0.81% 0.82% -
HSV(B) 38.68º 0.31% 0.96% -
XYZ 70.59 73.16 48.43 -
YUV 221.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 246 219 170 0 0.11 0.31 0.04 38.68 0.81 0.82
Hex F6 DB AA 0 B 1F 4 27 51 52
Octal 366 333 252 0 13 37 4 47 121 122
Binary 11110110 11011011 10101010 0 1011 11111 100 100111 1010001 1010010

Color Harmonies of #F6DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DBAA

Black with #F6DBAA

Text Example


Text Example

White with #F6DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DBAA; }

 p { color: rgb(246,219,170); }

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

background-color css

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

 a { background-color: rgb(246,219,170); }

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

border-color css

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

 span { border-color: rgb(246,219,170); }

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