Html Css Color HEX #FCDFEC Pig Pink

📋 copy color: '#FCDFEC'

red 252 ◦ green 223 ◦ blue 236

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

Shades of Pig Pink #FCDFEC

Tints of Pig Pink #FCDFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.36%

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

R = 35.44%
G = 31.36%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCDFEC (or 0xFCDFEC) is known color: Pig Pink. HEX triplet: FC, DF and EC. RGB value is (252,223,236). Sum of RGB (Red+Green+Blue) = 252+223+236=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFEC is #032013. Grayscale: #E9E9E9. Windows color (decimal): -204820 or 15523836. OLE color: 15523836.

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

Color convert

RGB 252 223 236 -
CMYK 0 0.12 0.06 0.01
HSL 333.1º 0.83% 0.93% -
HSV(B) 333.1º 0.12% 0.99% -
XYZ 81.67 79.53 90.4 -
YUV 233.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 252 223 236 0 0.12 0.06 0.01 333.1 0.83 0.93
Hex FC DF EC 0 C 6 1 14D 53 5D
Octal 374 337 354 0 14 6 1 515 123 135
Binary 11111100 11011111 11101100 0 1100 110 1 101001101 1010011 1011101

Color Harmonies of #FCDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFEC

Black with #FCDFEC

Text Example


Text Example

White with #FCDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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