Html Css Color HEX #FCE7EE Amour

📋 copy color: '#FCE7EE'

red 252 ◦ green 231 ◦ blue 238

#FCE7EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amour #FCE7EE

Tints of Amour #FCE7EE

RGB

 RED value IS 252 (98.83% from 255) = 34.95%

 GREEN value IS 231 (90.63% from 255) = 32.04%

 BLUE value IS 238 (93.36% from 255) = 33.01%

R = 34.95%
G = 32.04%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCE7EE (or 0xFCE7EE) is known color: Amour. HEX triplet: FC, E7 and EE. RGB value is (252,231,238). Sum of RGB (Red+Green+Blue) = 252+231+238=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7EE is #031811. Grayscale: #EEEEEE. Windows color (decimal): -202770 or 15656956. OLE color: 15656956.

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

Color convert

RGB 252 231 238 -
CMYK 0 0.08 0.06 0.01
HSL 340º 0.78% 0.95% -
HSV(B) 340º 0.08% 0.99% -
XYZ 84.15 84.02 92.67 -
YUV 238.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 252 231 238 0 0.08 0.06 0.01 340 0.78 0.95
Hex FC E7 EE 0 8 6 1 154 4E 5F
Octal 374 347 356 0 10 6 1 524 116 137
Binary 11111100 11100111 11101110 0 1000 110 1 101010100 1001110 1011111

Color Harmonies of #FCE7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE7EE

Black with #FCE7EE

Text Example


Text Example

White with #FCE7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE7EE; }

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

 H1.HeaderClassName
 {
   color: #FCE7EE;
 }
 .AnyTagClassName
 {
   color: #FCE7EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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