#FDCB9B

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

Shades of Peach-Orange #FDCB9B

Tints of Peach-Orange #FDCB9B

Color information

#FDCB9B (or 0xFDCB9B) is unknown color: approx Peach-Orange. HEX triplet: FD, CB and 9B. RGB value is (253,203,155). Sum of RGB (Red+Green+Blue) = 253+203+155=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB9B is #023464. Grayscale: #D4D4D4. Windows color (decimal): -144485 or 10210301. OLE color: 10210301.

HSL color Cylindrical-coordinate representation of color #FDCB9B: hue angle of 29.39º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDCB9B is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB253203155-
CMYK00.200.390.01
HSL29.39º96.08%80%-
HSV(B)29.39º38.74%99.22%-
XYZ67.7865.9640.17-
YUV212.4895.56156.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 155 (60.94% from 255) = 25.37%
R=41.41%
G=33.22%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320315500.200.390.0129.3996.0880
HexFDCB9B0142711d6050
Octal37531323302447135140120
Binary11111101110010111001101101010010011111110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCB9B; }

 p { color: rgb(253,203,155); }

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

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

 a { background-color: rgb(253,203,155); }

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

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

 span { border-color: rgb(253,203,155); }

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