Html Css Color HEX #FCD4ED Pig Pink

📋 copy color: '#FCD4ED'

red 252 ◦ green 212 ◦ blue 237

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

Shades of Pig Pink #FCD4ED

Tints of Pig Pink #FCD4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.24%

 BLUE value IS 237 (92.97% from 255) = 33.81%

R = 35.95%
G = 30.24%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCD4ED (or 0xFCD4ED) is known color: Pig Pink. HEX triplet: FC, D4 and ED. RGB value is (252,212,237). Sum of RGB (Red+Green+Blue) = 252+212+237=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 212 (83.20% from 255 or 30.24% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4ED is #032B12. Grayscale: #E2E2E2. Windows color (decimal): -207635 or 15586556. OLE color: 15586556.

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

Color convert

RGB 252 212 237 -
CMYK 0 0.16 0.06 0.01
HSL 322.5º 0.87% 0.91% -
HSV(B) 322.5º 0.16% 0.99% -
XYZ 78.97 73.9 90.22 -
YUV 226.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 252 212 237 0 0.16 0.06 0.01 322.5 0.87 0.91
Hex FC D4 ED 0 10 6 1 142 57 5B
Octal 374 324 355 0 20 6 1 502 127 133
Binary 11111100 11010100 11101101 0 10000 110 1 101000010 1010111 1011011

Color Harmonies of #FCD4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4ED

Black with #FCD4ED

Text Example


Text Example

White with #FCD4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4ED; }

 p { color: rgb(252,212,237); }

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

background-color css

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

 a { background-color: rgb(252,212,237); }

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

border-color css

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

 span { border-color: rgb(252,212,237); }

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