Html Css Color HEX #FCE2D8 Provincial Pink

📋 copy color: '#FCE2D8'

red 252 ◦ green 226 ◦ blue 216

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

Shades of Provincial Pink #FCE2D8

Tints of Provincial Pink #FCE2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.12%

R = 36.31%
G = 32.56%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCE2D8 (or 0xFCE2D8) is known color: Provincial Pink. HEX triplet: FC, E2 and D8. RGB value is (252,226,216). Sum of RGB (Red+Green+Blue) = 252+226+216=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 216 (84.77% from 255 or 31.12% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2D8 is #031D27. Grayscale: #E8E8E8. Windows color (decimal): -204072 or 14213884. OLE color: 14213884.

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

Color convert

RGB 252 226 216 -
CMYK 0 0.10 0.14 0.01
HSL 16.67º 0.86% 0.92% -
HSV(B) 16.67º 0.14% 0.99% -
XYZ 79.74 80.05 76.21 -
YUV 232.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 252 226 216 0 0.10 0.14 0.01 16.67 0.86 0.92
Hex FC E2 D8 0 A E 1 11 56 5C
Octal 374 342 330 0 12 16 1 21 126 134
Binary 11111100 11100010 11011000 0 1010 1110 1 10001 1010110 1011100

Color Harmonies of #FCE2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2D8

Black with #FCE2D8

Text Example


Text Example

White with #FCE2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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