#FBDAEA

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

Shades of Pig Pink #FBDAEA

Tints of Pig Pink #FBDAEA

Color information

#FBDAEA (or 0xFBDAEA) is unknown color: approx Pig Pink. HEX triplet: FB, DA and EA. RGB value is (251,218,234). Sum of RGB (Red+Green+Blue) = 251+218+234=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAEA is #042515. Grayscale: #E5E5E5. Windows color (decimal): -271638 or 15391483. OLE color: 15391483.

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

Color convert

RGB251218234-
CMYK00.130.070.02
HSL330.91º80.49%91.96%-
HSV(B)330.91º13.15%98.43%-
XYZ79.7176.5988.42-
YUV229.69130.43143.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 218 (85.55% from 255) = 31.01%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=35.70%
G=31.01%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121823400.130.070.02330.9180.4991.96
HexFBDAEA0D7214b505c
Octal37333235201572513120134
Binary111110111101101011101010011011111010100101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAEA; }

 p { color: rgb(251,218,234); }

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

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

 a { background-color: rgb(251,218,234); }

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

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

 span { border-color: rgb(251,218,234); }

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