#FCECEE

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

Shades of Amour #FCECEE

Tints of Amour #FCECEE

Color information

#FCECEE (or 0xFCECEE) is unknown color: approx Amour. HEX triplet: FC, EC and EE. RGB value is (252,236,238). Sum of RGB (Red+Green+Blue) = 252+236+238=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECEE is #031311. Grayscale: #F1F1F1. Windows color (decimal): -201490 or 15658236. OLE color: 15658236.

HSL color Cylindrical-coordinate representation of color #FCECEE: hue angle of 352.5º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCECEE is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252236238-
CMYK00.060.060.01
HSL352.5º72.73%95.69%-
HSV(B)352.5º6.35%98.82%-
XYZ85.5786.8693.14-
YUV241.01126.3135.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.71%
GREEN value IS 236 (92.58% from 255) = 32.51%
BLUE value IS 238 (93.36% from 255) = 32.78%
R=34.71%
G=32.51%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223623800.060.060.01352.572.7395.69
HexFCECEE06611604960
Octal3743543560661540111140
Binary1111110011101100111011100110110110110000010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECEE; }

 p { color: rgb(252,236,238); }

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

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

 a { background-color: rgb(252,236,238); }

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

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

 span { border-color: rgb(252,236,238); }

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