Html Css Color HEX #FCE5D9 Provincial Pink

📋 copy color: '#FCE5D9'

red 252 ◦ green 229 ◦ blue 217

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

Shades of Provincial Pink #FCE5D9

Tints of Provincial Pink #FCE5D9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.81%

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

R = 36.1%
G = 32.81%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCE5D9 (or 0xFCE5D9) is known color: Provincial Pink. HEX triplet: FC, E5 and D9. RGB value is (252,229,217). Sum of RGB (Red+Green+Blue) = 252+229+217=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 217 (85.16% from 255 or 31.09% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5D9 is #031A26. Grayscale: #EAEAEA. Windows color (decimal): -203303 or 14280188. OLE color: 14280188.

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

Color convert

RGB 252 229 217 -
CMYK 0 0.09 0.14 0.01
HSL 20.57º 0.85% 0.92% -
HSV(B) 20.57º 0.14% 0.99% -
XYZ 80.69 81.74 77.17 -
YUV 234.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 252 229 217 0 0.09 0.14 0.01 20.57 0.85 0.92
Hex FC E5 D9 0 9 E 1 15 55 5C
Octal 374 345 331 0 11 16 1 25 125 134
Binary 11111100 11100101 11011001 0 1001 1110 1 10101 1010101 1011100

Color Harmonies of #FCE5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5D9

Black with #FCE5D9

Text Example


Text Example

White with #FCE5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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