#FBDEEE

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

Shades of Pig Pink #FBDEEE

Tints of Pig Pink #FBDEEE

Color information

#FBDEEE (or 0xFBDEEE) is unknown color: approx Pig Pink. HEX triplet: FB, DE and EE. RGB value is (251,222,238). Sum of RGB (Red+Green+Blue) = 251+222+238=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEEE is #042111. Grayscale: #E8E8E8. Windows color (decimal): -270610 or 15654651. OLE color: 15654651.

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

Color convert

RGB251222238-
CMYK00.120.050.02
HSL326.9º78.38%92.75%-
HSV(B)326.9º11.55%98.43%-
XYZ81.3478.9291.84-
YUV232.5131.11141.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 222 (87.11% from 255) = 31.22%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=35.30%
G=31.22%
B=33.47%

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
Decimal25122223800.120.050.02326.978.3892.75
HexFBDEEE0C521474e5d
Octal37333635601452507116135
Binary111110111101111011101110011001011010100011110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEEE; }

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

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

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

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

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

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

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

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