Html Css Color HEX #FCE1D3 Provincial Pink

📋 copy color: '#FCE1D3'

red 252 ◦ green 225 ◦ blue 211

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

Shades of Provincial Pink #FCE1D3

Tints of Provincial Pink #FCE1D3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.7%

 BLUE value IS 211 (82.81% from 255) = 30.67%

R = 36.63%
G = 32.7%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCE1D3 (or 0xFCE1D3) is known color: Provincial Pink. HEX triplet: FC, E1 and D3. RGB value is (252,225,211). Sum of RGB (Red+Green+Blue) = 252+225+211=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1D3 is #031E2C. Grayscale: #E7E7E7. Windows color (decimal): -204333 or 13885948. OLE color: 13885948.

HSL color Cylindrical-coordinate representation of color #FCE1D3: hue angle of 20.49º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCE1D3 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 225 211 -
CMYK 0 0.11 0.16 0.01
HSL 20.49º 0.87% 0.91% -
HSV(B) 20.49º 0.16% 0.99% -
XYZ 78.83 79.25 72.77 -
YUV 231.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 252 225 211 0 0.11 0.16 0.01 20.49 0.87 0.91
Hex FC E1 D3 0 B 10 1 14 57 5B
Octal 374 341 323 0 13 20 1 24 127 133
Binary 11111100 11100001 11010011 0 1011 10000 1 10100 1010111 1011011

Color Harmonies of #FCE1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1D3

Black with #FCE1D3

Text Example


Text Example

White with #FCE1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1D3; }

 p { color: rgb(252,225,211); }

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

background-color css

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

 a { background-color: rgb(252,225,211); }

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

border-color css

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

 span { border-color: rgb(252,225,211); }

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