Html Css Color HEX #FADBAA Peach-Yellow

📋 copy color: '#FADBAA'

red 250 ◦ green 219 ◦ blue 170

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

Shades of Peach-Yellow #FADBAA

Tints of Peach-Yellow #FADBAA

RGB

 RED value IS 250 (98.05% from 255) = 39.12%

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

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

R = 39.12%
G = 34.27%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FADBAA (or 0xFADBAA) is known color: Peach-Yellow. HEX triplet: FA, DB and AA. RGB value is (250,219,170). Sum of RGB (Red+Green+Blue) = 250+219+170=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBAA is #052455. Grayscale: #DEDEDE. Windows color (decimal): -336982 or 11197434. OLE color: 11197434.

HSL color Cylindrical-coordinate representation of color #FADBAA: hue angle of 36.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FADBAA is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 170 -
CMYK 0 0.12 0.32 0.02
HSL 36.75º 0.89% 0.82% -
HSV(B) 36.75º 0.32% 0.98% -
XYZ 72.01 73.89 48.5 -
YUV 222.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 250 219 170 0 0.12 0.32 0.02 36.75 0.89 0.82
Hex FA DB AA 0 C 20 2 25 59 52
Octal 372 333 252 0 14 40 2 45 131 122
Binary 11111010 11011011 10101010 0 1100 100000 10 100101 1011001 1010010

Color Harmonies of #FADBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBAA

Black with #FADBAA

Text Example


Text Example

White with #FADBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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