#FBCEDE

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

Shades of Pig Pink #FBCEDE

Tints of Pig Pink #FBCEDE

Color information

#FBCEDE (or 0xFBCEDE) is unknown color: approx Pig Pink. HEX triplet: FB, CE and DE. RGB value is (251,206,222). Sum of RGB (Red+Green+Blue) = 251+206+222=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEDE is #043121. Grayscale: #DDDDDD. Windows color (decimal): -274722 or 14601979. OLE color: 14601979.

HSL color Cylindrical-coordinate representation of color #FBCEDE: hue angle of 338.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCEDE is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251206222-
CMYK00.180.120.02
HSL338.67º84.91%89.61%-
HSV(B)338.67º17.93%98.43%-
XYZ75.0469.9378.65-
YUV221.28128.41149.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 206 (80.86% from 255) = 30.34%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=36.97%
G=30.34%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120622200.180.120.02338.6784.9189.61
HexFBCEDE012C2153555a
Octal373316336022142523125132
Binary11111011110011101101111001001011001010101001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEDE; }

 p { color: rgb(251,206,222); }

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

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

 a { background-color: rgb(251,206,222); }

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

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

 span { border-color: rgb(251,206,222); }

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