Html Css Color HEX #FCE4D6 Provincial Pink

📋 copy color: '#FCE4D6'

red 252 ◦ green 228 ◦ blue 214

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

Shades of Provincial Pink #FCE4D6

Tints of Provincial Pink #FCE4D6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.85%

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

R = 36.31%
G = 32.85%
B = 30.84%

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

#FCE4D6 (or 0xFCE4D6) is known color: Provincial Pink. HEX triplet: FC, E4 and D6. RGB value is (252,228,214). Sum of RGB (Red+Green+Blue) = 252+228+214=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 228 (89.45% from 255 or 32.85% from 694); Blue value is 214 (83.98% from 255 or 30.84% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4D6 is #031B29. Grayscale: #E9E9E9. Windows color (decimal): -203562 or 14083324. OLE color: 14083324.

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

Color convert

RGB 252 228 214 -
CMYK 0 0.10 0.15 0.01
HSL 22.11º 0.86% 0.91% -
HSV(B) 22.11º 0.15% 0.99% -
XYZ 80.03 81.04 75.04 -
YUV 233.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 252 228 214 0 0.10 0.15 0.01 22.11 0.86 0.91
Hex FC E4 D6 0 A F 1 16 56 5B
Octal 374 344 326 0 12 17 1 26 126 133
Binary 11111100 11100100 11010110 0 1010 1111 1 10110 1010110 1011011

Color Harmonies of #FCE4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4D6

Black with #FCE4D6

Text Example


Text Example

White with #FCE4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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