#FADFB1

Color #FADFB1 Peach-Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Yellow #FADFB1

Tints of Peach-Yellow #FADFB1

Color information

#FADFB1 (or 0xFADFB1) is unknown color: approx Peach-Yellow. HEX triplet: FA, DF and B1. RGB value is (250,223,177). Sum of RGB (Red+Green+Blue) = 250+223+177=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFB1 is #05204E. Grayscale: #E2E2E2. Windows color (decimal): -335951 or 11657210. OLE color: 11657210.

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

Color convert

RGB250223177-
CMYK00.110.290.02
HSL37.81º87.95%83.73%-
HSV(B)37.81º29.2%98.04%-
XYZ73.7576.2752.43-
YUV225.83100.45145.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 177 (69.53% from 255) = 27.23%
R=38.46%
G=34.31%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022317700.110.290.0237.8187.9583.73
HexFADFB10B1D2265854
Octal37233726101335246130124
Binary11111010110111111011000101011111011010011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFB1; }

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

 H1.HeaderClassName
 {
   color: #FADFB1;
 }
 .AnyTagClassName
 {
   color: #FADFB1;
 }
</style>
background-color css

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

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

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

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

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

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