Html Css Color HEX #FCD5EB Pig Pink

📋 copy color: '#FCD5EB'

red 252 ◦ green 213 ◦ blue 235

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

Shades of Pig Pink #FCD5EB

Tints of Pig Pink #FCD5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.57%

R = 36%
G = 30.43%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCD5EB (or 0xFCD5EB) is known color: Pig Pink. HEX triplet: FC, D5 and EB. RGB value is (252,213,235). Sum of RGB (Red+Green+Blue) = 252+213+235=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 213 (83.59% from 255 or 30.43% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5EB is #032A14. Grayscale: #E3E3E3. Windows color (decimal): -207381 or 15455740. OLE color: 15455740.

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

Color convert

RGB 252 213 235 -
CMYK 0 0.15 0.07 0.01
HSL 326.15º 0.87% 0.91% -
HSV(B) 326.15º 0.15% 0.99% -
XYZ 78.93 74.28 88.77 -
YUV 227.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 252 213 235 0 0.15 0.07 0.01 326.15 0.87 0.91
Hex FC D5 EB 0 F 7 1 146 57 5B
Octal 374 325 353 0 17 7 1 506 127 133
Binary 11111100 11010101 11101011 0 1111 111 1 101000110 1010111 1011011

Color Harmonies of #FCD5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5EB

Black with #FCD5EB

Text Example


Text Example

White with #FCD5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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