#FCDEEB

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

Shades of Pig Pink #FCDEEB

Tints of Pig Pink #FCDEEB

Color information

#FCDEEB (or 0xFCDEEB) is unknown color: approx Pig Pink. HEX triplet: FC, DE and EB. RGB value is (252,222,235). Sum of RGB (Red+Green+Blue) = 252+222+235=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEEB is #032114. Grayscale: #E8E8E8. Windows color (decimal): -205077 or 15458044. OLE color: 15458044.

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

Color convert

RGB252222235-
CMYK00.120.070.01
HSL334º83.33%92.94%-
HSV(B)334º11.9%98.82%-
XYZ81.2678.9489.55-
YUV232.45129.44141.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 222 (87.11% from 255) = 31.31%
BLUE value IS 235 (92.19% from 255) = 33.15%
R=35.54%
G=31.31%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222223500.120.070.0133483.3392.94
HexFCDEEB0C7114e535d
Octal37433635301471516123135
Binary11111100110111101110101101100111110100111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEEB; }

 p { color: rgb(252,222,235); }

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

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

 a { background-color: rgb(252,222,235); }

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

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

 span { border-color: rgb(252,222,235); }

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