Html Css Color HEX #FCE2D7 Provincial Pink

📋 copy color: '#FCE2D7'

red 252 ◦ green 226 ◦ blue 215

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

Shades of Provincial Pink #FCE2D7

Tints of Provincial Pink #FCE2D7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.61%

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

R = 36.36%
G = 32.61%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCE2D7 (or 0xFCE2D7) is known color: Provincial Pink. HEX triplet: FC, E2 and D7. RGB value is (252,226,215). Sum of RGB (Red+Green+Blue) = 252+226+215=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 215 (84.38% from 255 or 31.02% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2D7 is #031D28. Grayscale: #E8E8E8. Windows color (decimal): -204073 or 14148348. OLE color: 14148348.

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

Color convert

RGB 252 226 215 -
CMYK 0 0.10 0.15 0.01
HSL 17.84º 0.86% 0.92% -
HSV(B) 17.84º 0.15% 0.99% -
XYZ 79.61 79.99 75.53 -
YUV 232.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 252 226 215 0 0.10 0.15 0.01 17.84 0.86 0.92
Hex FC E2 D7 0 A F 1 12 56 5C
Octal 374 342 327 0 12 17 1 22 126 134
Binary 11111100 11100010 11010111 0 1010 1111 1 10010 1010110 1011100

Color Harmonies of #FCE2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2D7

Black with #FCE2D7

Text Example


Text Example

White with #FCE2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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