Html Css Color HEX #FCD6EB Pig Pink

📋 copy color: '#FCD6EB'

red 252 ◦ green 214 ◦ blue 235

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

Shades of Pig Pink #FCD6EB

Tints of Pig Pink #FCD6EB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.53%

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

R = 35.95%
G = 30.53%
B = 33.52%

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

#FCD6EB (or 0xFCD6EB) is known color: Pig Pink. HEX triplet: FC, D6 and EB. RGB value is (252,214,235). Sum of RGB (Red+Green+Blue) = 252+214+235=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 214 (83.98% from 255 or 30.53% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6EB is #032914. Grayscale: #E3E3E3. Windows color (decimal): -207125 or 15455996. OLE color: 15455996.

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

Color convert

RGB 252 214 235 -
CMYK 0 0.15 0.07 0.01
HSL 326.84º 0.86% 0.91% -
HSV(B) 326.84º 0.15% 0.99% -
XYZ 79.19 74.79 88.86 -
YUV 227.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 252 214 235 0 0.15 0.07 0.01 326.84 0.86 0.91
Hex FC D6 EB 0 F 7 1 147 56 5B
Octal 374 326 353 0 17 7 1 507 126 133
Binary 11111100 11010110 11101011 0 1111 111 1 101000111 1010110 1011011

Color Harmonies of #FCD6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6EB

Black with #FCD6EB

Text Example


Text Example

White with #FCD6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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