#FBDAF1

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

Shades of Pig Pink #FBDAF1

Tints of Pig Pink #FBDAF1

Color information

#FBDAF1 (or 0xFBDAF1) is unknown color: approx Pig Pink. HEX triplet: FB, DA and F1. RGB value is (251,218,241). Sum of RGB (Red+Green+Blue) = 251+218+241=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAF1 is #04250E. Grayscale: #E6E6E6. Windows color (decimal): -271631 or 15850235. OLE color: 15850235.

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

Color convert

RGB251218241-
CMYK00.130.040.02
HSL318.18º80.49%91.96%-
HSV(B)318.18º13.15%98.43%-
XYZ80.737793.83-
YUV230.49133.93142.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 218 (85.55% from 255) = 30.70%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=35.35%
G=30.70%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121824100.130.040.02318.1880.4991.96
HexFBDAF10D4213e505c
Octal37333236101542476120134
Binary111110111101101011110001011011001010011111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAF1; }

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

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

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

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

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

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

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

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