#FCDAF1

Color #FCDAF1 Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #FCDAF1

Tints of Pig Pink #FCDAF1

Color information

#FCDAF1 (or 0xFCDAF1) is unknown color: approx Pig Pink. HEX triplet: FC, DA and F1. RGB value is (252,218,241). Sum of RGB (Red+Green+Blue) = 252+218+241=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAF1 is #03250E. Grayscale: #E6E6E6. Windows color (decimal): -206095 or 15850236. OLE color: 15850236.

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

Color convert

RGB252218241-
CMYK00.130.040.01
HSL319.41º85%92.16%-
HSV(B)319.41º13.49%98.82%-
XYZ81.0977.1993.84-
YUV230.79133.76143.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.44%
GREEN value IS 218 (85.55% from 255) = 30.66%
BLUE value IS 241 (94.53% from 255) = 33.90%
R=35.44%
G=30.66%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221824100.130.040.01319.418592.16
HexFCDAF10D4113f555c
Octal37433236101541477125134
Binary11111100110110101111000101101100110011111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAF1; }

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

 H1.HeaderClassName
 {
   color: #FCDAF1;
 }
 .AnyTagClassName
 {
   color: #FCDAF1;
 }
</style>
background-color css

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

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

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

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

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

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