Html Css Color HEX #FCDCEF Pig Pink

📋 copy color: '#FCDCEF'

red 252 ◦ green 220 ◦ blue 239

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

Shades of Pig Pink #FCDCEF

Tints of Pig Pink #FCDCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.94%

 BLUE value IS 239 (93.75% from 255) = 33.61%

R = 35.44%
G = 30.94%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCDCEF (or 0xFCDCEF) is known color: Pig Pink. HEX triplet: FC, DC and EF. RGB value is (252,220,239). Sum of RGB (Red+Green+Blue) = 252+220+239=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCEF is #032310. Grayscale: #E7E7E7. Windows color (decimal): -205585 or 15719676. OLE color: 15719676.

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

Color convert

RGB 252 220 239 -
CMYK 0 0.13 0.05 0.01
HSL 324.38º 0.84% 0.93% -
HSV(B) 324.38º 0.13% 0.99% -
XYZ 81.32 78.11 92.45 -
YUV 231.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 252 220 239 0 0.13 0.05 0.01 324.38 0.84 0.93
Hex FC DC EF 0 D 5 1 144 54 5D
Octal 374 334 357 0 15 5 1 504 124 135
Binary 11111100 11011100 11101111 0 1101 101 1 101000100 1010100 1011101

Color Harmonies of #FCDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCEF

Black with #FCDCEF

Text Example


Text Example

White with #FCDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCEF; }

 p { color: rgb(252,220,239); }

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

background-color css

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

 a { background-color: rgb(252,220,239); }

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

border-color css

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

 span { border-color: rgb(252,220,239); }

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