#FECEAF

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

Shades of Apricot #FECEAF

Tints of Apricot #FECEAF

Color information

#FECEAF (or 0xFECEAF) is unknown color: approx Apricot. HEX triplet: FE, CE and AF. RGB value is (254,206,175). Sum of RGB (Red+Green+Blue) = 254+206+175=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEAF is #013150. Grayscale: #D8D8D8. Windows color (decimal): -78161 or 11521790. OLE color: 11521790.

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

Color convert

RGB254206175-
CMYK00.190.310.00
HSL23.54º97.53%84.12%-
HSV(B)23.54º31.1%99.61%-
XYZ70.6868.3150.02-
YUV216.82104.4154.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=40%
G=32.44%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420617500.190.310.0023.5497.5384.12
HexFECEAF0131F0186254
Octal37631625702337030142124
Binary1111111011001110101011110100111111101100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEAF; }

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

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

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

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

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

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

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

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