#FBDEE8

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

Shades of Pig Pink #FBDEE8

Tints of Pig Pink #FBDEE8

Color information

#FBDEE8 (or 0xFBDEE8) is unknown color: approx Pig Pink. HEX triplet: FB, DE and E8. RGB value is (251,222,232). Sum of RGB (Red+Green+Blue) = 251+222+232=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEE8 is #042117. Grayscale: #E7E7E7. Windows color (decimal): -270616 or 15261435. OLE color: 15261435.

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

Color convert

RGB251222232-
CMYK00.120.080.02
HSL339.31º78.38%92.75%-
HSV(B)339.31º11.55%98.43%-
XYZ80.4778.5887.27-
YUV231.81128.11141.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 232 (91.02% from 255) = 32.91%
R=35.60%
G=31.49%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122223200.120.080.02339.3178.3892.75
HexFBDEE80C821534e5d
Octal373336350014102523116135
Binary1111101111011110111010000110010001010101001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEE8; }

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

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

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

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

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

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

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

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