#FBCEAA

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

Shades of Peach #FBCEAA

Tints of Peach #FBCEAA

Color information

#FBCEAA (or 0xFBCEAA) is unknown color: approx Peach. HEX triplet: FB, CE and AA. RGB value is (251,206,170). Sum of RGB (Red+Green+Blue) = 251+206+170=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEAA is #043155. Grayscale: #D7D7D7. Windows color (decimal): -274774 or 11194107. OLE color: 11194107.

HSL color Cylindrical-coordinate representation of color #FBCEAA: hue angle of 26.67º degrees, saturation: 0.91, 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 #FBCEAA is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB251206170-
CMYK00.180.320.02
HSL26.67º91.01%82.55%-
HSV(B)26.67º32.27%98.43%-
XYZ69.1167.5547.43-
YUV215.35102.41153.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 170 (66.80% from 255) = 27.11%
R=40.03%
G=32.85%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120617000.180.320.0226.6791.0182.55
HexFBCEAA0122021b5b53
Octal37331625202240233133123
Binary111110111100111010101010010010100000101101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEAA; }

 p { color: rgb(251,206,170); }

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

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

 a { background-color: rgb(251,206,170); }

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

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

 span { border-color: rgb(251,206,170); }

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