#FBDFB2

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

Shades of Peach-Yellow #FBDFB2

Tints of Peach-Yellow #FBDFB2

Color information

#FBDFB2 (or 0xFBDFB2) is unknown color: approx Peach-Yellow. HEX triplet: FB, DF and B2. RGB value is (251,223,178). Sum of RGB (Red+Green+Blue) = 251+223+178=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFB2 is #04204D. Grayscale: #E2E2E2. Windows color (decimal): -270414 or 11722747. OLE color: 11722747.

HSL color Cylindrical-coordinate representation of color #FBDFB2: hue angle of 36.99º degrees, saturation: 0.9, 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 #FBDFB2 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251223178-
CMYK00.110.290.02
HSL36.99º90.12%84.12%-
HSV(B)36.99º29.08%98.43%-
XYZ74.2176.552.97-
YUV226.24100.78145.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 178 (69.92% from 255) = 27.30%
R=38.50%
G=34.20%
B=27.30%

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
Decimal25122317800.110.290.0236.9990.1284.12
HexFBDFB20B1D2255a54
Octal37333726201335245132124
Binary11111011110111111011001001011111011010010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFB2; }

 p { color: rgb(251,223,178); }

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

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

 a { background-color: rgb(251,223,178); }

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

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

 span { border-color: rgb(251,223,178); }

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