Html Css Color HEX #FADFAA Peach-Yellow

📋 copy color: '#FADFAA'

red 250 ◦ green 223 ◦ blue 170

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

Shades of Peach-Yellow #FADFAA

Tints of Peach-Yellow #FADFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.68%

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

R = 38.88%
G = 34.68%
B = 26.44%

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

#FADFAA (or 0xFADFAA) is known color: Peach-Yellow. HEX triplet: FA, DF and AA. RGB value is (250,223,170). Sum of RGB (Red+Green+Blue) = 250+223+170=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFAA is #052055. Grayscale: #E1E1E1. Windows color (decimal): -335958 or 11198458. OLE color: 11198458.

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

Color convert

RGB 250 223 170 -
CMYK 0 0.11 0.32 0.02
HSL 39.75º 0.89% 0.82% -
HSV(B) 39.75º 0.32% 0.98% -
XYZ 73.07 76 48.85 -
YUV 225.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 250 223 170 0 0.11 0.32 0.02 39.75 0.89 0.82
Hex FA DF AA 0 B 20 2 28 59 52
Octal 372 337 252 0 13 40 2 50 131 122
Binary 11111010 11011111 10101010 0 1011 100000 10 101000 1011001 1010010

Color Harmonies of #FADFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFAA

Black with #FADFAA

Text Example


Text Example

White with #FADFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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