#FBDAF0

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

Shades of Pig Pink #FBDAF0

Tints of Pig Pink #FBDAF0

Color information

#FBDAF0 (or 0xFBDAF0) is unknown color: approx Pig Pink. HEX triplet: FB, DA and F0. RGB value is (251,218,240). Sum of RGB (Red+Green+Blue) = 251+218+240=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAF0 is #04250F. Grayscale: #E6E6E6. Windows color (decimal): -271632 or 15784699. OLE color: 15784699.

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

Color convert

RGB251218240-
CMYK00.130.040.02
HSL320º80.49%91.96%-
HSV(B)320º13.15%98.43%-
XYZ80.5876.9493.04-
YUV230.38133.43142.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=35.40%
G=30.75%
B=33.85%

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
Decimal25121824000.130.040.0232080.4991.96
HexFBDAF00D42140505c
Octal37333236001542500120134
Binary111110111101101011110000011011001010100000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAF0; }

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

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

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

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

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

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

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

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