Html Css Color HEX #FCE2D6 Provincial Pink

📋 copy color: '#FCE2D6'

red 252 ◦ green 226 ◦ blue 214

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

Shades of Provincial Pink #FCE2D6

Tints of Provincial Pink #FCE2D6

RGB

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

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

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

R = 36.42%
G = 32.66%
B = 30.92%

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

#FCE2D6 (or 0xFCE2D6) is known color: Provincial Pink. HEX triplet: FC, E2 and D6. RGB value is (252,226,214). Sum of RGB (Red+Green+Blue) = 252+226+214=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2D6 is #031D29. Grayscale: #E8E8E8. Windows color (decimal): -204074 or 14082812. OLE color: 14082812.

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

Color convert

RGB 252 226 214 -
CMYK 0 0.10 0.15 0.01
HSL 18.95º 0.86% 0.91% -
HSV(B) 18.95º 0.15% 0.99% -
XYZ 79.48 79.94 74.86 -
YUV 232.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 252 226 214 0 0.10 0.15 0.01 18.95 0.86 0.91
Hex FC E2 D6 0 A F 1 13 56 5B
Octal 374 342 326 0 12 17 1 23 126 133
Binary 11111100 11100010 11010110 0 1010 1111 1 10011 1010110 1011011

Color Harmonies of #FCE2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2D6

Black with #FCE2D6

Text Example


Text Example

White with #FCE2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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