Html Css Color HEX #FADDAD Peach-Yellow

📋 copy color: '#FADDAD'

red 250 ◦ green 221 ◦ blue 173

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

Shades of Peach-Yellow #FADDAD

Tints of Peach-Yellow #FADDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.86%

R = 38.82%
G = 34.32%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FADDAD (or 0xFADDAD) is known color: Peach-Yellow. HEX triplet: FA, DD and AD. RGB value is (250,221,173). Sum of RGB (Red+Green+Blue) = 250+221+173=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDAD is #052252. Grayscale: #E0E0E0. Windows color (decimal): -336467 or 11394554. OLE color: 11394554.

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

Color convert

RGB 250 221 173 -
CMYK 0 0.12 0.31 0.02
HSL 37.4º 0.89% 0.83% -
HSV(B) 37.4º 0.31% 0.98% -
XYZ 72.82 75.05 50.18 -
YUV 224.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 250 221 173 0 0.12 0.31 0.02 37.4 0.89 0.83
Hex FA DD AD 0 C 1F 2 25 59 53
Octal 372 335 255 0 14 37 2 45 131 123
Binary 11111010 11011101 10101101 0 1100 11111 10 100101 1011001 1010011

Color Harmonies of #FADDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDAD

Black with #FADDAD

Text Example


Text Example

White with #FADDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDAD; }

 p { color: rgb(250,221,173); }

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

background-color css

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

 a { background-color: rgb(250,221,173); }

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

border-color css

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

 span { border-color: rgb(250,221,173); }

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