#FECCAF

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

Shades of Apricot #FECCAF

Tints of Apricot #FECCAF

Color information

#FECCAF (or 0xFECCAF) is unknown color: approx Apricot. HEX triplet: FE, CC and AF. RGB value is (254,204,175). Sum of RGB (Red+Green+Blue) = 254+204+175=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCAF is #013350. Grayscale: #D7D7D7. Windows color (decimal): -78673 or 11521278. OLE color: 11521278.

HSL color Cylindrical-coordinate representation of color #FECCAF: hue angle of 22.03º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FECCAF is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254204175-
CMYK00.200.310.00
HSL22.03º97.53%84.12%-
HSV(B)22.03º31.1%99.61%-
XYZ70.267.3549.86-
YUV215.64105.06155.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=40.13%
G=32.23%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420417500.200.310.0022.0397.5384.12
HexFECCAF0141F0166254
Octal37631425702437026142124
Binary1111111011001100101011110101001111101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCAF; }

 p { color: rgb(254,204,175); }

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

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

 a { background-color: rgb(254,204,175); }

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

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

 span { border-color: rgb(254,204,175); }

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