#FBDAE3

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

Shades of Pig Pink #FBDAE3

Tints of Pig Pink #FBDAE3

Color information

#FBDAE3 (or 0xFBDAE3) is unknown color: approx Pig Pink. HEX triplet: FB, DA and E3. RGB value is (251,218,227). Sum of RGB (Red+Green+Blue) = 251+218+227=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 227 (89.06% from 255 or 32.61% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAE3 is #04251C. Grayscale: #E4E4E4. Windows color (decimal): -271645 or 14932731. OLE color: 14932731.

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

Color convert

RGB251218227-
CMYK00.130.100.02
HSL343.64º80.49%91.96%-
HSV(B)343.64º13.15%98.43%-
XYZ78.7276.283.23-
YUV228.89126.93143.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 227 (89.06% from 255) = 32.61%
R=36.06%
G=31.32%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121822700.130.100.02343.6480.4991.96
HexFBDAE30DA2158505c
Octal373332343015122530120134
Binary1111101111011010111000110110110101010101100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAE3; }

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

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

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

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

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

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

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

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