#FECFB7

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

Shades of Apricot #FECFB7

Tints of Apricot #FECFB7

Color information

#FECFB7 (or 0xFECFB7) is unknown color: approx Apricot. HEX triplet: FE, CF and B7. RGB value is (254,207,183). Sum of RGB (Red+Green+Blue) = 254+207+183=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFB7 is #013048. Grayscale: #DADADA. Windows color (decimal): -77897 or 12046334. OLE color: 12046334.

HSL color Cylindrical-coordinate representation of color #FECFB7: hue angle of 20.28º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FECFB7 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB254207183-
CMYK00.190.280.00
HSL20.28º97.26%85.69%-
HSV(B)20.28º27.95%99.61%-
XYZ71.7369.1254.36-
YUV218.32108.07153.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 183 (71.88% from 255) = 28.42%
R=39.44%
G=32.14%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420718300.190.280.0020.2897.2685.69
HexFECFB70131C0146156
Octal37631726702334024141126
Binary1111111011001111101101110100111110001010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFB7; }

 p { color: rgb(254,207,183); }

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

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

 a { background-color: rgb(254,207,183); }

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

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

 span { border-color: rgb(254,207,183); }

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