Html Css Color HEX #FCE5D7 Provincial Pink

📋 copy color: '#FCE5D7'

red 252 ◦ green 229 ◦ blue 215

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

Shades of Provincial Pink #FCE5D7

Tints of Provincial Pink #FCE5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 30.89%

R = 36.21%
G = 32.9%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCE5D7 (or 0xFCE5D7) is known color: Provincial Pink. HEX triplet: FC, E5 and D7. RGB value is (252,229,215). Sum of RGB (Red+Green+Blue) = 252+229+215=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5D7 is #031A28. Grayscale: #EAEAEA. Windows color (decimal): -203305 or 14149116. OLE color: 14149116.

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

Color convert

RGB 252 229 215 -
CMYK 0 0.09 0.15 0.01
HSL 22.7º 0.86% 0.92% -
HSV(B) 22.7º 0.15% 0.99% -
XYZ 80.43 81.64 75.81 -
YUV 234.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 252 229 215 0 0.09 0.15 0.01 22.7 0.86 0.92
Hex FC E5 D7 0 9 F 1 17 56 5C
Octal 374 345 327 0 11 17 1 27 126 134
Binary 11111100 11100101 11010111 0 1001 1111 1 10111 1010110 1011100

Color Harmonies of #FCE5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5D7

Black with #FCE5D7

Text Example


Text Example

White with #FCE5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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