#FDCBB3

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

Shades of Apricot #FDCBB3

Tints of Apricot #FDCBB3

Color information

#FDCBB3 (or 0xFDCBB3) is unknown color: approx Apricot. HEX triplet: FD, CB and B3. RGB value is (253,203,179). Sum of RGB (Red+Green+Blue) = 253+203+179=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBB3 is #02344C. Grayscale: #D7D7D7. Windows color (decimal): -144461 or 11783165. OLE color: 11783165.

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

Color convert

RGB253203179-
CMYK00.200.290.01
HSL19.46º94.87%84.71%-
HSV(B)19.46º29.25%99.22%-
XYZ7066.8551.86-
YUV215.21107.56154.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=39.84%
G=31.97%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320317900.200.290.0119.4694.8784.71
HexFDCBB30141D1135f55
Octal37531326302435123137125
Binary1111110111001011101100110101001110111001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBB3; }

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

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

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

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

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

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

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

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