Html Css Color HEX #FCEBEC Amour

📋 copy color: '#FCEBEC'

red 252 ◦ green 235 ◦ blue 236

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

Shades of Amour #FCEBEC

Tints of Amour #FCEBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.5%

 BLUE value IS 236 (92.58% from 255) = 32.64%

R = 34.85%
G = 32.5%
B = 32.64%

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

#FCEBEC (or 0xFCEBEC) is known color: Amour. HEX triplet: FC, EB and EC. RGB value is (252,235,236). Sum of RGB (Red+Green+Blue) = 252+235+236=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 235 (92.19% from 255 or 32.50% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBEC is #031413. Grayscale: #F0F0F0. Windows color (decimal): -201748 or 15526908. OLE color: 15526908.

HSL color Cylindrical-coordinate representation of color #FCEBEC: hue angle of 356.47º degrees, saturation: 0.74, 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 #FCEBEC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 235 236 -
CMYK 0 0.07 0.06 0.01
HSL 356.47º 0.74% 0.95% -
HSV(B) 356.47º 0.07% 0.99% -
XYZ 84.99 86.17 91.51 -
YUV 240.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 252 235 236 0 0.07 0.06 0.01 356.47 0.74 0.95
Hex FC EB EC 0 7 6 1 164 4A 5F
Octal 374 353 354 0 7 6 1 544 112 137
Binary 11111100 11101011 11101100 0 111 110 1 101100100 1001010 1011111

Color Harmonies of #FCEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEBEC

Black with #FCEBEC

Text Example


Text Example

White with #FCEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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