#FBDCEF

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

Shades of Pig Pink #FBDCEF

Tints of Pig Pink #FBDCEF

Color information

#FBDCEF (or 0xFBDCEF) is unknown color: approx Pig Pink. HEX triplet: FB, DC and EF. RGB value is (251,220,239). Sum of RGB (Red+Green+Blue) = 251+220+239=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCEF is #042310. Grayscale: #E7E7E7. Windows color (decimal): -271121 or 15719675. OLE color: 15719675.

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

Color convert

RGB251220239-
CMYK00.120.050.02
HSL323.23º79.49%92.35%-
HSV(B)323.23º12.35%98.43%-
XYZ80.9677.9392.44-
YUV231.43132.27141.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 220 (86.33% from 255) = 30.99%
BLUE value IS 239 (93.75% from 255) = 33.66%
R=35.35%
G=30.99%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122023900.120.050.02323.2379.4992.35
HexFBDCEF0C521434f5c
Octal37333435701452503117134
Binary111110111101110011101111011001011010100001110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCEF; }

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

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

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

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

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

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

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

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