#FDCBB6

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

Shades of Apricot #FDCBB6

Tints of Apricot #FDCBB6

Color information

#FDCBB6 (or 0xFDCBB6) is unknown color: approx Apricot. HEX triplet: FD, CB and B6. RGB value is (253,203,182). Sum of RGB (Red+Green+Blue) = 253+203+182=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBB6 is #023449. Grayscale: #D7D7D7. Windows color (decimal): -144458 or 11979773. OLE color: 11979773.

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

Color convert

RGB253203182-
CMYK00.200.280.01
HSL17.75º94.67%85.29%-
HSV(B)17.75º28.06%99.22%-
XYZ70.3166.9753.48-
YUV215.56109.06154.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 182 (71.48% from 255) = 28.53%
R=39.66%
G=31.82%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320318200.200.280.0117.7594.6785.29
HexFDCBB60141C1125f55
Octal37531326602434122137125
Binary1111110111001011101101100101001110011001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBB6; }

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

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

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

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

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

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

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

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