#FBDAEE

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

Shades of Pig Pink #FBDAEE

Tints of Pig Pink #FBDAEE

Color information

#FBDAEE (or 0xFBDAEE) is unknown color: approx Pig Pink. HEX triplet: FB, DA and EE. RGB value is (251,218,238). Sum of RGB (Red+Green+Blue) = 251+218+238=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAEE is #042511. Grayscale: #E6E6E6. Windows color (decimal): -271634 or 15653627. OLE color: 15653627.

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

Color convert

RGB251218238-
CMYK00.130.050.02
HSL323.64º80.49%91.96%-
HSV(B)323.64º13.15%98.43%-
XYZ80.2976.8391.49-
YUV230.15132.43142.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 218 (85.55% from 255) = 30.83%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=35.50%
G=30.83%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121823800.130.050.02323.6480.4991.96
HexFBDAEE0D52144505c
Octal37333235601552504120134
Binary111110111101101011101110011011011010100010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAEE; }

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

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

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

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

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

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

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

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