Html Css Color HEX #FCDCF1 Pig Pink

📋 copy color: '#FCDCF1'

red 252 ◦ green 220 ◦ blue 241

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

Shades of Pig Pink #FCDCF1

Tints of Pig Pink #FCDCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 33.8%

R = 35.34%
G = 30.86%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCDCF1 (or 0xFCDCF1) is known color: Pig Pink. HEX triplet: FC, DC and F1. RGB value is (252,220,241). Sum of RGB (Red+Green+Blue) = 252+220+241=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF1 is #03230E. Grayscale: #E7E7E7. Windows color (decimal): -205583 or 15850748. OLE color: 15850748.

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

Color convert

RGB 252 220 241 -
CMYK 0 0.13 0.04 0.01
HSL 320.63º 0.84% 0.93% -
HSV(B) 320.63º 0.13% 0.99% -
XYZ 81.62 78.23 94.02 -
YUV 231.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 252 220 241 0 0.13 0.04 0.01 320.63 0.84 0.93
Hex FC DC F1 0 D 4 1 141 54 5D
Octal 374 334 361 0 15 4 1 501 124 135
Binary 11111100 11011100 11110001 0 1101 100 1 101000001 1010100 1011101

Color Harmonies of #FCDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCF1

Black with #FCDCF1

Text Example


Text Example

White with #FCDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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