Html Css Color HEX #FCDFE7 Pig Pink

📋 copy color: '#FCDFE7'

red 252 ◦ green 223 ◦ blue 231

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

Shades of Pig Pink #FCDFE7

Tints of Pig Pink #FCDFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.72%

R = 35.69%
G = 31.59%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCDFE7 (or 0xFCDFE7) is known color: Pig Pink. HEX triplet: FC, DF and E7. RGB value is (252,223,231). Sum of RGB (Red+Green+Blue) = 252+223+231=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFE7 is #032018. Grayscale: #E8E8E8. Windows color (decimal): -204825 or 15196156. OLE color: 15196156.

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

Color convert

RGB 252 223 231 -
CMYK 0 0.12 0.08 0.01
HSL 343.45º 0.83% 0.93% -
HSV(B) 343.45º 0.12% 0.99% -
XYZ 80.96 79.24 86.63 -
YUV 232.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 252 223 231 0 0.12 0.08 0.01 343.45 0.83 0.93
Hex FC DF E7 0 C 8 1 157 53 5D
Octal 374 337 347 0 14 10 1 527 123 135
Binary 11111100 11011111 11100111 0 1100 1000 1 101010111 1010011 1011101

Color Harmonies of #FCDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFE7

Black with #FCDFE7

Text Example


Text Example

White with #FCDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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