Html Css Color HEX #FADFB0 Peach-Yellow

📋 copy color: '#FADFB0'

red 250 ◦ green 223 ◦ blue 176

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

Shades of Peach-Yellow #FADFB0

Tints of Peach-Yellow #FADFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.12%

R = 38.52%
G = 34.36%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FADFB0 (or 0xFADFB0) is known color: Peach-Yellow. HEX triplet: FA, DF and B0. RGB value is (250,223,176). Sum of RGB (Red+Green+Blue) = 250+223+176=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFB0 is #05204F. Grayscale: #E1E1E1. Windows color (decimal): -335952 or 11591674. OLE color: 11591674.

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

Color convert

RGB 250 223 176 -
CMYK 0 0.11 0.30 0.02
HSL 38.11º 0.88% 0.84% -
HSV(B) 38.11º 0.3% 0.98% -
XYZ 73.65 76.23 51.91 -
YUV 225.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 250 223 176 0 0.11 0.30 0.02 38.11 0.88 0.84
Hex FA DF B0 0 B 1E 2 26 58 54
Octal 372 337 260 0 13 36 2 46 130 124
Binary 11111010 11011111 10110000 0 1011 11110 10 100110 1011000 1010100

Color Harmonies of #FADFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFB0

Black with #FADFB0

Text Example


Text Example

White with #FADFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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