#FCCEAF

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

Shades of Apricot #FCCEAF

Tints of Apricot #FCCEAF

Color information

#FCCEAF (or 0xFCCEAF) is unknown color: approx Apricot. HEX triplet: FC, CE and AF. RGB value is (252,206,175). Sum of RGB (Red+Green+Blue) = 252+206+175=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEAF is #033150. Grayscale: #D8D8D8. Windows color (decimal): -209233 or 11521788. OLE color: 11521788.

HSL color Cylindrical-coordinate representation of color #FCCEAF: hue angle of 24.16º 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 #FCCEAF is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252206175-
CMYK00.180.310.01
HSL24.16º92.77%83.73%-
HSV(B)24.16º30.56%98.82%-
XYZ69.9567.9349.98-
YUV216.22104.74153.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=39.81%
G=32.54%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220617500.180.310.0124.1692.7783.73
HexFCCEAF0121F1185d54
Octal37431625702237130135124
Binary1111110011001110101011110100101111111100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEAF; }

 p { color: rgb(252,206,175); }

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

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

 a { background-color: rgb(252,206,175); }

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

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

 span { border-color: rgb(252,206,175); }

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