#FDCB9F

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

Shades of Peach #FDCB9F

Tints of Peach #FDCB9F

Color information

#FDCB9F (or 0xFDCB9F) is unknown color: approx Peach. HEX triplet: FD, CB and 9F. RGB value is (253,203,159). Sum of RGB (Red+Green+Blue) = 253+203+159=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB9F is #023460. Grayscale: #D5D5D5. Windows color (decimal): -144481 or 10472445. OLE color: 10472445.

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

Color convert

RGB253203159-
CMYK00.200.370.01
HSL28.09º95.92%80.78%-
HSV(B)28.09º37.15%99.22%-
XYZ68.1266.141.97-
YUV212.9397.56156.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 159 (62.5% from 255) = 25.85%
R=41.14%
G=33.01%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320315900.200.370.0128.0995.9280.78
HexFDCB9F0142511c6051
Octal37531323702445134140121
Binary11111101110010111001111101010010010111110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCB9F; }

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

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

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

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

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

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

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

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