Html Css Color HEX #FCE4D9 Provincial Pink

📋 copy color: '#FCE4D9'

red 252 ◦ green 228 ◦ blue 217

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

Shades of Provincial Pink #FCE4D9

Tints of Provincial Pink #FCE4D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.13%

R = 36.15%
G = 32.71%
B = 31.13%

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

#FCE4D9 (or 0xFCE4D9) is known color: Provincial Pink. HEX triplet: FC, E4 and D9. RGB value is (252,228,217). Sum of RGB (Red+Green+Blue) = 252+228+217=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 228 (89.45% from 255 or 32.71% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4D9 is #031B26. Grayscale: #E9E9E9. Windows color (decimal): -203559 or 14279932. OLE color: 14279932.

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

Color convert

RGB 252 228 217 -
CMYK 0 0.10 0.14 0.01
HSL 18.86º 0.85% 0.92% -
HSV(B) 18.86º 0.14% 0.99% -
XYZ 80.41 81.19 77.08 -
YUV 233.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 252 228 217 0 0.10 0.14 0.01 18.86 0.85 0.92
Hex FC E4 D9 0 A E 1 13 55 5C
Octal 374 344 331 0 12 16 1 23 125 134
Binary 11111100 11100100 11011001 0 1010 1110 1 10011 1010101 1011100

Color Harmonies of #FCE4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4D9

Black with #FCE4D9

Text Example


Text Example

White with #FCE4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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