Html Css Color HEX #FCE1D7 Provincial Pink

📋 copy color: '#FCE1D7'

red 252 ◦ green 225 ◦ blue 215

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

Shades of Provincial Pink #FCE1D7

Tints of Provincial Pink #FCE1D7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.51%

 BLUE value IS 215 (84.38% from 255) = 31.07%

R = 36.42%
G = 32.51%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCE1D7 (or 0xFCE1D7) is known color: Provincial Pink. HEX triplet: FC, E1 and D7. RGB value is (252,225,215). Sum of RGB (Red+Green+Blue) = 252+225+215=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 215 (84.38% from 255 or 31.07% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1D7 is #031E28. Grayscale: #E8E8E8. Windows color (decimal): -204329 or 14148092. OLE color: 14148092.

HSL color Cylindrical-coordinate representation of color #FCE1D7: hue angle of 16.22º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCE1D7 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 225 215 -
CMYK 0 0.11 0.15 0.01
HSL 16.22º 0.86% 0.92% -
HSV(B) 16.22º 0.15% 0.99% -
XYZ 79.34 79.45 75.44 -
YUV 231.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 252 225 215 0 0.11 0.15 0.01 16.22 0.86 0.92
Hex FC E1 D7 0 B F 1 10 56 5C
Octal 374 341 327 0 13 17 1 20 126 134
Binary 11111100 11100001 11010111 0 1011 1111 1 10000 1010110 1011100

Color Harmonies of #FCE1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1D7

Black with #FCE1D7

Text Example


Text Example

White with #FCE1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1D7; }

 p { color: rgb(252,225,215); }

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

background-color css

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

 a { background-color: rgb(252,225,215); }

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

border-color css

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

 span { border-color: rgb(252,225,215); }

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