Html Css Color HEX #FCEAED Amour

📋 copy color: '#FCEAED'

red 252 ◦ green 234 ◦ blue 237

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

Shades of Amour #FCEAED

Tints of Amour #FCEAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.37%

 BLUE value IS 237 (92.97% from 255) = 32.78%

R = 34.85%
G = 32.37%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCEAED (or 0xFCEAED) is known color: Amour. HEX triplet: FC, EA and ED. RGB value is (252,234,237). Sum of RGB (Red+Green+Blue) = 252+234+237=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAED is #031512. Grayscale: #EFEFEF. Windows color (decimal): -202003 or 15592188. OLE color: 15592188.

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

Color convert

RGB 252 234 237 -
CMYK 0 0.07 0.06 0.01
HSL 350º 0.75% 0.95% -
HSV(B) 350º 0.07% 0.99% -
XYZ 84.85 85.66 92.18 -
YUV 239.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 252 234 237 0 0.07 0.06 0.01 350 0.75 0.95
Hex FC EA ED 0 7 6 1 15E 4B 5F
Octal 374 352 355 0 7 6 1 536 113 137
Binary 11111100 11101010 11101101 0 111 110 1 101011110 1001011 1011111

Color Harmonies of #FCEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAED

Black with #FCEAED

Text Example


Text Example

White with #FCEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAED; }

 p { color: rgb(252,234,237); }

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

background-color css

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

 a { background-color: rgb(252,234,237); }

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

border-color css

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

 span { border-color: rgb(252,234,237); }

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