#FBDFEB

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

Shades of Pig Pink #FBDFEB

Tints of Pig Pink #FBDFEB

Color information

#FBDFEB (or 0xFBDFEB) is unknown color: approx Pig Pink. HEX triplet: FB, DF and EB. RGB value is (251,223,235). Sum of RGB (Red+Green+Blue) = 251+223+235=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFEB is #042014. Grayscale: #E8E8E8. Windows color (decimal): -270357 or 15458299. OLE color: 15458299.

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

Color convert

RGB251223235-
CMYK00.110.060.02
HSL334.29º77.78%92.94%-
HSV(B)334.29º11.16%98.43%-
XYZ81.1779.2889.62-
YUV232.74129.28141.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 223 (87.5% from 255) = 31.45%
BLUE value IS 235 (92.19% from 255) = 33.15%
R=35.40%
G=31.45%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122323500.110.060.02334.2977.7892.94
HexFBDFEB0B6214e4e5d
Octal37333735301362516116135
Binary111110111101111111101011010111101010100111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFEB; }

 p { color: rgb(251,223,235); }

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

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

 a { background-color: rgb(251,223,235); }

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

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

 span { border-color: rgb(251,223,235); }

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