#FBDFF1

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

Shades of Pig Pink #FBDFF1

Tints of Pig Pink #FBDFF1

Color information

#FBDFF1 (or 0xFBDFF1) is unknown color: approx Pig Pink. HEX triplet: FB, DF and F1. RGB value is (251,223,241). Sum of RGB (Red+Green+Blue) = 251+223+241=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF1 is #04200E. Grayscale: #E9E9E9. Windows color (decimal): -270351 or 15851515. OLE color: 15851515.

HSL color Cylindrical-coordinate representation of color #FBDFF1: hue angle of 321.43º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBDFF1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251223241-
CMYK00.110.040.02
HSL321.43º77.78%92.94%-
HSV(B)321.43º11.16%98.43%-
XYZ82.0579.6494.27-
YUV233.42132.28140.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 223 (87.5% from 255) = 31.19%
BLUE value IS 241 (94.53% from 255) = 33.71%
R=35.10%
G=31.19%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122324100.110.040.02321.4377.7892.94
HexFBDFF10B421414e5d
Octal37333736101342501116135
Binary111110111101111111110001010111001010100000110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFF1; }

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

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

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

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

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

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

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

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