Html Css Color HEX #FCE1D6 Provincial Pink

📋 copy color: '#FCE1D6'

red 252 ◦ green 225 ◦ blue 214

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

Shades of Provincial Pink #FCE1D6

Tints of Provincial Pink #FCE1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.97%

R = 36.47%
G = 32.56%
B = 30.97%

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

#FCE1D6 (or 0xFCE1D6) is known color: Provincial Pink. HEX triplet: FC, E1 and D6. RGB value is (252,225,214). Sum of RGB (Red+Green+Blue) = 252+225+214=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 214 (83.98% from 255 or 30.97% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1D6 is #031E29. Grayscale: #E7E7E7. Windows color (decimal): -204330 or 14082556. OLE color: 14082556.

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

Color convert

RGB 252 225 214 -
CMYK 0 0.11 0.15 0.01
HSL 17.37º 0.86% 0.91% -
HSV(B) 17.37º 0.15% 0.99% -
XYZ 79.21 79.4 74.77 -
YUV 231.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 252 225 214 0 0.11 0.15 0.01 17.37 0.86 0.91
Hex FC E1 D6 0 B F 1 11 56 5B
Octal 374 341 326 0 13 17 1 21 126 133
Binary 11111100 11100001 11010110 0 1011 1111 1 10001 1010110 1011011

Color Harmonies of #FCE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1D6

Black with #FCE1D6

Text Example


Text Example

White with #FCE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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