Html Css Color HEX #FCDAEC Pig Pink

📋 copy color: '#FCDAEC'

red 252 ◦ green 218 ◦ blue 236

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

Shades of Pig Pink #FCDAEC

Tints of Pig Pink #FCDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.88%

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

R = 35.69%
G = 30.88%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCDAEC (or 0xFCDAEC) is known color: Pig Pink. HEX triplet: FC, DA and EC. RGB value is (252,218,236). Sum of RGB (Red+Green+Blue) = 252+218+236=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAEC is #032513. Grayscale: #E6E6E6. Windows color (decimal): -206100 or 15522556. OLE color: 15522556.

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

Color convert

RGB 252 218 236 -
CMYK 0 0.13 0.06 0.01
HSL 328.24º 0.85% 0.92% -
HSV(B) 328.24º 0.13% 0.99% -
XYZ 80.36 76.89 89.96 -
YUV 230.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 252 218 236 0 0.13 0.06 0.01 328.24 0.85 0.92
Hex FC DA EC 0 D 6 1 148 55 5C
Octal 374 332 354 0 15 6 1 510 125 134
Binary 11111100 11011010 11101100 0 1101 110 1 101001000 1010101 1011100

Color Harmonies of #FCDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAEC

Black with #FCDAEC

Text Example


Text Example

White with #FCDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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