Html Css Color HEX #FADDAF Peach-Yellow

📋 copy color: '#FADDAF'

red 250 ◦ green 221 ◦ blue 175

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

Shades of Peach-Yellow #FADDAF

Tints of Peach-Yellow #FADDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.09%

R = 38.7%
G = 34.21%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FADDAF (or 0xFADDAF) is known color: Peach-Yellow. HEX triplet: FA, DD and AF. RGB value is (250,221,175). Sum of RGB (Red+Green+Blue) = 250+221+175=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDAF is #052250. Grayscale: #E0E0E0. Windows color (decimal): -336465 or 11525626. OLE color: 11525626.

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

Color convert

RGB 250 221 175 -
CMYK 0 0.12 0.3 0.02
HSL 36.8º 0.88% 0.83% -
HSV(B) 36.8º 0.3% 0.98% -
XYZ 73.02 75.13 51.21 -
YUV 224.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 250 221 175 0 0.12 0.3 0.02 36.8 0.88 0.83
Hex FA DD AF 0 C 1E 2 25 58 53
Octal 372 335 257 0 14 36 2 45 130 123
Binary 11111010 11011101 10101111 0 1100 11110 10 100101 1011000 1010011

Color Harmonies of #FADDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDAF

Black with #FADDAF

Text Example


Text Example

White with #FADDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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