#FBDEEC

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

Shades of Pig Pink #FBDEEC

Tints of Pig Pink #FBDEEC

Color information

#FBDEEC (or 0xFBDEEC) is unknown color: approx Pig Pink. HEX triplet: FB, DE and EC. RGB value is (251,222,236). Sum of RGB (Red+Green+Blue) = 251+222+236=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEEC is #042113. Grayscale: #E8E8E8. Windows color (decimal): -270612 or 15523579. OLE color: 15523579.

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

Color convert

RGB251222236-
CMYK00.120.060.02
HSL331.03º78.38%92.75%-
HSV(B)331.03º11.55%98.43%-
XYZ81.0578.8190.3-
YUV232.27130.11141.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 222 (87.11% from 255) = 31.31%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=35.40%
G=31.31%
B=33.29%

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
Decimal25122223600.120.060.02331.0378.3892.75
HexFBDEEC0C6214b4e5d
Octal37333635401462513116135
Binary111110111101111011101100011001101010100101110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEEC; }

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

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

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

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

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

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

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

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