Html Css Color HEX #FCECEE Amour

📋 copy color: '#FCECEE'

red 252 ◦ green 236 ◦ blue 238

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

Shades of Amour #FCECEE

Tints of Amour #FCECEE

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 value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCECEE (or 0xFCECEE) is known color: 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

RGB 252 236 238 -
CMYK 0 0.06 0.06 0.01
HSL 352.5º 0.73% 0.96% -
HSV(B) 352.5º 0.06% 0.99% -
XYZ 85.57 86.86 93.14 -
YUV 241.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 252 236 238 0 0.06 0.06 0.01 352.5 0.73 0.96
Hex FC EC EE 0 6 6 1 160 49 60
Octal 374 354 356 0 6 6 1 540 111 140
Binary 11111100 11101100 11101110 0 110 110 1 101100000 1001001 1100000

Color Harmonies of #FCECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCECEE

Black with #FCECEE

Text Example


Text Example

White with #FCECEE

Text Example


Text Example

HTML Codes & Css Web 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>