#FBDEAF

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

Shades of Peach-Yellow #FBDEAF

Tints of Peach-Yellow #FBDEAF

Color information

#FBDEAF (or 0xFBDEAF) is unknown color: approx Peach-Yellow. HEX triplet: FB, DE and AF. RGB value is (251,222,175). Sum of RGB (Red+Green+Blue) = 251+222+175=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEAF is #042150. Grayscale: #E1E1E1. Windows color (decimal): -270673 or 11525883. OLE color: 11525883.

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

Color convert

RGB251222175-
CMYK00.120.300.02
HSL37.11º90.48%83.53%-
HSV(B)37.11º30.28%98.43%-
XYZ73.6475.8551.32-
YUV225.3199.61146.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 175 (68.75% from 255) = 27.01%
R=38.73%
G=34.26%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122217500.120.300.0237.1190.4883.53
HexFBDEAF0C1E2255a54
Octal37333625701436245132124
Binary11111011110111101010111101100111101010010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEAF; }

 p { color: rgb(251,222,175); }

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

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

 a { background-color: rgb(251,222,175); }

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

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

 span { border-color: rgb(251,222,175); }

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