#FBDBEE

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

Shades of Pig Pink #FBDBEE

Tints of Pig Pink #FBDBEE

Color information

#FBDBEE (or 0xFBDBEE) is unknown color: approx Pig Pink. HEX triplet: FB, DB and EE. RGB value is (251,219,238). Sum of RGB (Red+Green+Blue) = 251+219+238=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBEE is #042411. Grayscale: #E6E6E6. Windows color (decimal): -271378 or 15653883. OLE color: 15653883.

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

Color convert

RGB251219238-
CMYK00.130.050.02
HSL324.38º80%92.16%-
HSV(B)324.38º12.75%98.43%-
XYZ80.5577.3591.57-
YUV230.73132.1142.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 219 (85.94% from 255) = 30.93%
BLUE value IS 238 (93.36% from 255) = 33.62%
R=35.45%
G=30.93%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121923800.130.050.02324.388092.16
HexFBDBEE0D52144505c
Octal37333335601552504120134
Binary111110111101101111101110011011011010100010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBEE; }

 p { color: rgb(251,219,238); }

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

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

 a { background-color: rgb(251,219,238); }

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

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

 span { border-color: rgb(251,219,238); }

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