#FBDBE4

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

Shades of Pig Pink #FBDBE4

Tints of Pig Pink #FBDBE4

Color information

#FBDBE4 (or 0xFBDBE4) is unknown color: approx Pig Pink. HEX triplet: FB, DB and E4. RGB value is (251,219,228). Sum of RGB (Red+Green+Blue) = 251+219+228=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBE4 is #04241B. Grayscale: #E5E5E5. Windows color (decimal): -271388 or 14998523. OLE color: 14998523.

HSL color Cylindrical-coordinate representation of color #FBDBE4: hue angle of 343.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDBE4 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251219228-
CMYK00.130.090.02
HSL343.12º80%92.16%-
HSV(B)343.12º12.75%98.43%-
XYZ79.1276.7784.05-
YUV229.59127.1143.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 219 (85.94% from 255) = 31.38%
BLUE value IS 228 (89.45% from 255) = 32.66%
R=35.96%
G=31.38%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121922800.130.090.02343.128092.16
HexFBDBE40D92157505c
Octal373333344015112527120134
Binary1111101111011011111001000110110011010101011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBE4; }

 p { color: rgb(251,219,228); }

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

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

 a { background-color: rgb(251,219,228); }

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

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

 span { border-color: rgb(251,219,228); }

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