Html Css Color HEX #FCE6D9 Provincial Pink

📋 copy color: '#FCE6D9'

red 252 ◦ green 230 ◦ blue 217

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

Shades of Provincial Pink #FCE6D9

Tints of Provincial Pink #FCE6D9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.9%

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

R = 36.05%
G = 32.9%
B = 31.04%

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

#FCE6D9 (or 0xFCE6D9) is known color: Provincial Pink. HEX triplet: FC, E6 and D9. RGB value is (252,230,217). Sum of RGB (Red+Green+Blue) = 252+230+217=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6D9 is #031926. Grayscale: #EBEBEB. Windows color (decimal): -203047 or 14280444. OLE color: 14280444.

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

Color convert

RGB 252 230 217 -
CMYK 0 0.09 0.14 0.01
HSL 22.29º 0.85% 0.92% -
HSV(B) 22.29º 0.14% 0.99% -
XYZ 80.97 82.3 77.26 -
YUV 235.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 252 230 217 0 0.09 0.14 0.01 22.29 0.85 0.92
Hex FC E6 D9 0 9 E 1 16 55 5C
Octal 374 346 331 0 11 16 1 26 125 134
Binary 11111100 11100110 11011001 0 1001 1110 1 10110 1010101 1011100

Color Harmonies of #FCE6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6D9

Black with #FCE6D9

Text Example


Text Example

White with #FCE6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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