Html Css Color HEX #FCD5EC Pig Pink

📋 copy color: '#FCD5EC'

red 252 ◦ green 213 ◦ blue 236

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

Shades of Pig Pink #FCD5EC

Tints of Pig Pink #FCD5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.39%

 BLUE value IS 236 (92.58% from 255) = 33.67%

R = 35.95%
G = 30.39%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCD5EC (or 0xFCD5EC) is known color: Pig Pink. HEX triplet: FC, D5 and EC. RGB value is (252,213,236). Sum of RGB (Red+Green+Blue) = 252+213+236=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 213 (83.59% from 255 or 30.39% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5EC is #032A13. Grayscale: #E3E3E3. Windows color (decimal): -207380 or 15521276. OLE color: 15521276.

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

Color convert

RGB 252 213 236 -
CMYK 0 0.15 0.06 0.01
HSL 324.62º 0.87% 0.91% -
HSV(B) 324.62º 0.15% 0.99% -
XYZ 79.08 74.34 89.54 -
YUV 227.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 252 213 236 0 0.15 0.06 0.01 324.62 0.87 0.91
Hex FC D5 EC 0 F 6 1 145 57 5B
Octal 374 325 354 0 17 6 1 505 127 133
Binary 11111100 11010101 11101100 0 1111 110 1 101000101 1010111 1011011

Color Harmonies of #FCD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5EC

Black with #FCD5EC

Text Example


Text Example

White with #FCD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5EC; }

 p { color: rgb(252,213,236); }

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

background-color css

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

 a { background-color: rgb(252,213,236); }

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

border-color css

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

 span { border-color: rgb(252,213,236); }

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