#FDCBB1

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

Shades of Apricot #FDCBB1

Tints of Apricot #FDCBB1

Color information

#FDCBB1 (or 0xFDCBB1) is unknown color: approx Apricot. HEX triplet: FD, CB and B1. RGB value is (253,203,177). Sum of RGB (Red+Green+Blue) = 253+203+177=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBB1 is #02344E. Grayscale: #D7D7D7. Windows color (decimal): -144463 or 11652093. OLE color: 11652093.

HSL color Cylindrical-coordinate representation of color #FDCBB1: hue angle of 20.53º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDCBB1 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253203177-
CMYK00.200.300.01
HSL20.53º95%84.31%-
HSV(B)20.53º30.04%99.22%-
XYZ69.866.7750.8-
YUV214.99106.56155.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 177 (69.53% from 255) = 27.96%
R=39.97%
G=32.07%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320317700.200.300.0120.539584.31
HexFDCBB10141E1155f54
Octal37531326102436125137124
Binary1111110111001011101100010101001111011010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBB1; }

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

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

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

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

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

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

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

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