#FBDCED

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

Shades of Pig Pink #FBDCED

Tints of Pig Pink #FBDCED

Color information

#FBDCED (or 0xFBDCED) is unknown color: approx Pig Pink. HEX triplet: FB, DC and ED. RGB value is (251,220,237). Sum of RGB (Red+Green+Blue) = 251+220+237=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCED is #042312. Grayscale: #E7E7E7. Windows color (decimal): -271123 or 15588603. OLE color: 15588603.

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

Color convert

RGB251220237-
CMYK00.120.060.02
HSL327.1º79.49%92.35%-
HSV(B)327.1º12.35%98.43%-
XYZ80.6677.8190.89-
YUV231.21131.27142.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 237 (92.97% from 255) = 33.47%
R=35.45%
G=31.07%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122023700.120.060.02327.179.4992.35
HexFBDCED0C621474f5c
Octal37333435501462507117134
Binary111110111101110011101101011001101010100011110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCED; }

 p { color: rgb(251,220,237); }

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

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

 a { background-color: rgb(251,220,237); }

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

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

 span { border-color: rgb(251,220,237); }

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