#FBD0DE

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

Shades of Pig Pink #FBD0DE

Tints of Pig Pink #FBD0DE

Color information

#FBD0DE (or 0xFBD0DE) is unknown color: approx Pig Pink. HEX triplet: FB, D0 and DE. RGB value is (251,208,222). Sum of RGB (Red+Green+Blue) = 251+208+222=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0DE is #042F21. Grayscale: #DEDEDE. Windows color (decimal): -274210 or 14602491. OLE color: 14602491.

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

Color convert

RGB251208222-
CMYK00.170.120.02
HSL340.47º84.31%90%-
HSV(B)340.47º17.13%98.43%-
XYZ75.5270.8978.81-
YUV222.45127.75148.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 208 (81.64% from 255) = 30.54%
BLUE value IS 222 (87.11% from 255) = 32.60%
R=36.86%
G=30.54%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120822200.170.120.02340.4784.3190
HexFBD0DE011C2154545a
Octal373320336021142524124132
Binary11111011110100001101111001000111001010101010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0DE; }

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

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

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

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

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

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

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

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