Html Css Color HEX #FADBAB Peach-Yellow

📋 copy color: '#FADBAB'

red 250 ◦ green 219 ◦ blue 171

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

Shades of Peach-Yellow #FADBAB

Tints of Peach-Yellow #FADBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.22%

 BLUE value IS 171 (67.19% from 255) = 26.72%

R = 39.06%
G = 34.22%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FADBAB (or 0xFADBAB) is known color: Peach-Yellow. HEX triplet: FA, DB and AB. RGB value is (250,219,171). Sum of RGB (Red+Green+Blue) = 250+219+171=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBAB is #052454. Grayscale: #DFDFDF. Windows color (decimal): -336981 or 11262970. OLE color: 11262970.

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

Color convert

RGB 250 219 171 -
CMYK 0 0.12 0.32 0.02
HSL 36.46º 0.89% 0.83% -
HSV(B) 36.46º 0.32% 0.98% -
XYZ 72.11 73.93 49 -
YUV 222.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 250 219 171 0 0.12 0.32 0.02 36.46 0.89 0.83
Hex FA DB AB 0 C 20 2 24 59 53
Octal 372 333 253 0 14 40 2 44 131 123
Binary 11111010 11011011 10101011 0 1100 100000 10 100100 1011001 1010011

Color Harmonies of #FADBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBAB

Black with #FADBAB

Text Example


Text Example

White with #FADBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBAB; }

 p { color: rgb(250,219,171); }

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

background-color css

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

 a { background-color: rgb(250,219,171); }

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

border-color css

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

 span { border-color: rgb(250,219,171); }

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