#FBDFF4

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

Shades of Pig Pink #FBDFF4

Tints of Pig Pink #FBDFF4

Color information

#FBDFF4 (or 0xFBDFF4) is unknown color: approx Pig Pink. HEX triplet: FB, DF and F4. RGB value is (251,223,244). Sum of RGB (Red+Green+Blue) = 251+223+244=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF4 is #04200B. Grayscale: #E9E9E9. Windows color (decimal): -270348 or 16048123. OLE color: 16048123.

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

Color convert

RGB251223244-
CMYK00.110.030.02
HSL315º77.78%92.94%-
HSV(B)315º11.16%98.43%-
XYZ82.579.8296.65-
YUV233.77133.78140.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 223 (87.5% from 255) = 31.06%
BLUE value IS 244 (95.70% from 255) = 33.98%
R=34.96%
G=31.06%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122324400.110.030.0231577.7892.94
HexFBDFF40B3213b4e5d
Octal37333736401332473116135
Binary11111011110111111111010001011111010011101110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFF4; }

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

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

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

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

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

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

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

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