Html Css Color HEX #FCEBEE Amour

📋 copy color: '#FCEBEE'

red 252 ◦ green 235 ◦ blue 238

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

Shades of Amour #FCEBEE

Tints of Amour #FCEBEE

RGB

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

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

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

R = 34.76%
G = 32.41%
B = 32.83%

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

#FCEBEE (or 0xFCEBEE) is known color: Amour. HEX triplet: FC, EB and EE. RGB value is (252,235,238). Sum of RGB (Red+Green+Blue) = 252+235+238=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 238 (93.36% from 255 or 32.83% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBEE is #031411. Grayscale: #F0F0F0. Windows color (decimal): -201746 or 15657980. OLE color: 15657980.

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

Color convert

RGB 252 235 238 -
CMYK 0 0.07 0.06 0.01
HSL 349.41º 0.74% 0.95% -
HSV(B) 349.41º 0.07% 0.99% -
XYZ 85.29 86.29 93.05 -
YUV 240.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 252 235 238 0 0.07 0.06 0.01 349.41 0.74 0.95
Hex FC EB EE 0 7 6 1 15D 4A 5F
Octal 374 353 356 0 7 6 1 535 112 137
Binary 11111100 11101011 11101110 0 111 110 1 101011101 1001010 1011111

Color Harmonies of #FCEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEBEE

Black with #FCEBEE

Text Example


Text Example

White with #FCEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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