Html Css Color HEX #FADEAA Peach-Yellow

📋 copy color: '#FADEAA'

red 250 ◦ green 222 ◦ blue 170

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

Shades of Peach-Yellow #FADEAA

Tints of Peach-Yellow #FADEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.58%

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

R = 38.94%
G = 34.58%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FADEAA (or 0xFADEAA) is known color: Peach-Yellow. HEX triplet: FA, DE and AA. RGB value is (250,222,170). Sum of RGB (Red+Green+Blue) = 250+222+170=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEAA is #052155. Grayscale: #E0E0E0. Windows color (decimal): -336214 or 11198202. OLE color: 11198202.

HSL color Cylindrical-coordinate representation of color #FADEAA: hue angle of 39º 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 #FADEAA is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 170 -
CMYK 0 0.11 0.32 0.02
HSL 39º 0.89% 0.82% -
HSV(B) 39º 0.32% 0.98% -
XYZ 72.8 75.47 48.76 -
YUV 224.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 250 222 170 0 0.11 0.32 0.02 39 0.89 0.82
Hex FA DE AA 0 B 20 2 27 59 52
Octal 372 336 252 0 13 40 2 47 131 122
Binary 11111010 11011110 10101010 0 1011 100000 10 100111 1011001 1010010

Color Harmonies of #FADEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADEAA

Black with #FADEAA

Text Example


Text Example

White with #FADEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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