#FCCBAE

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

Shades of Apricot #FCCBAE

Tints of Apricot #FCCBAE

Color information

#FCCBAE (or 0xFCCBAE) is unknown color: approx Apricot. HEX triplet: FC, CB and AE. RGB value is (252,203,174). Sum of RGB (Red+Green+Blue) = 252+203+174=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBAE is #033451. Grayscale: #D6D6D6. Windows color (decimal): -210002 or 11455484. OLE color: 11455484.

HSL color Cylindrical-coordinate representation of color #FCCBAE: hue angle of 22.31º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCCBAE is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252203174-
CMYK00.190.310.01
HSL22.31º92.86%83.53%-
HSV(B)22.31º30.95%98.82%-
XYZ69.1466.4649.23-
YUV214.34105.23154.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=40.06%
G=32.27%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220317400.190.310.0122.3192.8683.53
HexFCCBAE0131F1165d54
Octal37431325602337126135124
Binary1111110011001011101011100100111111111011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBAE; }

 p { color: rgb(252,203,174); }

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

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

 a { background-color: rgb(252,203,174); }

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

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

 span { border-color: rgb(252,203,174); }

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