#fbcd96

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

Shades of Peach-Orange #FBCD96

Tints of Peach-Orange #FBCD96

Color information

#FBCD96 (or 0xFBCD96) is unknown color: approx Peach-Orange. HEX triplet: FB, CD and 96. RGB value is (251,205,150). Sum of RGB (Red+Green+Blue) = 251+205+150=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD96 is #043269. Grayscale: #D4D4D4. Windows color (decimal): -275050 or 9883131. OLE color: 9883131.

HSL color Cylindrical-coordinate representation of color #FBCD96: hue angle of 32.67º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBCD96 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251205150-
CMYK00.180.400.02
HSL32.67º92.66%78.63%-
HSV(B)32.67º40.24%98.43%-
XYZ67.1266.3738.13-
YUV212.4892.74155.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 150 (58.98% from 255) = 24.75%
R=41.42%
G=33.83%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120515000.180.400.0232.6792.6678.63
HexFBCD96012282215d4f
Octal37331522602250241135117
Binary1111101111001101100101100100101010001010000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbcd96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbcd96; }

 p { color: rgb(251,205,150); }

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

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

 a { background-color: rgb(251,205,150); }

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

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

 span { border-color: rgb(251,205,150); }

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